Action | Description |
---|---|
Double Escape | Toggle keyboard capture on/off |
macOS | Windows/Linux | Action |
---|---|---|
⌘T | Ctrl+T | New tab |
⌘W | Ctrl+W | Close tab |
⌘⇧T | Ctrl+Shift+T | Reopen closed tab |
⌘1-9 | Ctrl+1-9 | Switch to tab 1-9* |
⌘0 | Ctrl+0 | Switch to last tab* |
macOS | Windows/Linux | Action |
---|---|---|
⌘N | Ctrl+N | New window |
⌘⇧N | Ctrl+Shift+N | New incognito window |
⌘Q | Ctrl+Q | Quit browser |
⌘H | - | Hide window (macOS) |
- | Alt+F4 | Close window (Windows) |
macOS | Windows/Linux | Action |
---|---|---|
⌘C | Ctrl+C | Copy |
⌘V | Ctrl+V | Paste |
⌘A | Ctrl+A | Select all* |
⌘, | - | Preferences (macOS) |
macOS | Windows/Linux | Action |
---|---|---|
F12 | F12 | Open DevTools |
⌘⌥I | Ctrl+Shift+I | Open DevTools |
macOS | Windows/Linux | Action | Context |
---|---|---|---|
⌘K | Ctrl+K | Create new session | Any view |
⌘O | Ctrl+O | Browse files | List view |
⌘B | Ctrl+B | Toggle sidebar | Any view |
Escape | Escape | Return to list | Session/File browser |
macOS | Windows/Linux | Action | Context |
---|---|---|---|
⌘1…9 | Ctrl+1…9 | Switch to session 1 to 9 | Session view with capture ON |
⌘0 | Ctrl+0 | Switch to session 10 | Session view with capture ON |
macOS | Windows/Linux | Terminal Action |
---|---|---|
⌘A | Ctrl+A | Move to line start |
⌘E | Ctrl+E | Move to line end |
⌥← | Alt+Left | Move word backward |
⌥→ | Alt+Right | Move word forward |
macOS | Windows/Linux | Terminal Action |
---|---|---|
⌘W | Ctrl+W | Delete word backward |
⌘U | Ctrl+U | Delete to line start |
⌘K | Ctrl+K | Delete to line end |
⌥⌫ | Alt+Backspace | Delete word backward |
⌥D | Alt+D | Delete word forward |
macOS | Windows/Linux | Terminal Action |
---|---|---|
⌘R | Ctrl+R | Reverse history search |
⌘P | Ctrl+P | Previous command |
⌘N | Ctrl+N | Next command |
macOS | Windows/Linux | Terminal Action |
---|---|---|
⌘L | Ctrl+L | Clear screen |
⌘D | Ctrl+D | EOF/Exit |
⌘C | Ctrl+C | Interrupt process |
⌘Z | Ctrl+Z | Suspend process |
Combination | Terminal Receives |
---|---|
Enter | Standard return |
Ctrl+Enter | Special control sequence |
Shift+Enter | Special shift sequence |
web/src/client/utils/browser-shortcuts.ts
- Centralized shortcut detectionweb/src/client/components/session-view/input-manager.ts
- Terminal input handlingweb/src/client/app.ts
- Application-level shortcut handling