Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Keyboard shortcuts

Gaby edited this page Nov 14, 2019 · 8 revisions

eDEX-UI supports a bunch of keyboard shortcuts that can be used both with a physical keyboard and the touchscreen one.

Starting from v3, they are all customizable and the keymap is stored in userData/shortcuts.json. This page lists the default shortcuts.

Trigger Action
Ctrl+Shift+K Show available keyboard shortcuts and edit them.
Ctrl+Shift+C Copy selected buffer from the terminal.
Command+C Copy shortcut for macOS.
Ctrl+Shift+V Paste system clipboard to the terminal.
Command+V Paste shortcut for macOS.
Ctrl+Tab Switch to the next opened terminal tab (left to right order).
Ctrl+Shift+Tab Switch to the previous opened terminal tab (right to left order).
Ctrl+1 Switch to tab #1 (Main shell).
Ctrl+2 Switch to tab #2.
Ctrl+3 Switch to tab #3.
Ctrl+4 Switch to tab #4.
Ctrl+5 Switch to tab #5.
Ctrl+Shift+S Open in-UI settings editor.
Ctrl+Shift+H Toggle hidden files and directories in the file browser.
Ctrl+Shift+L Toggle between list and grid view in the file browser.
Ctrl+Shift+P Toggle the on-screen keyboard's "Password Mode", that allows you to safely type sensitive information even if your screen might be recorded (disables visual input feedback).
Ctrl+Shift+F Open the "Fuzzy Finder", which helps you quickly find a file in the current directory.
Ctrl+Shift+I Open Chromium Dev Tools (for debugging purposes).