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

Keyboard shortcuts

Gaby edited this page Sep 18, 2019 · 8 revisions

eDEX-UI supports a bunch of keyboard shortcuts that can be used both with a physical keyboard and the tactile one. Starting from v3, you can customize those shortcuts using a visual editor (open it with Ctrl+Shift+K, or navigate to userData and touch/click shortcuts.json). This page lists the default shortcuts.

(Keyboard shortcuts used to be physical-only up to v2.1.0, where support for shortcuts on the touch keyboard was added.)

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+I Open Chromium Dev Tools (for debugging purposes).
Clone this wiki locally