Keyboard Shortcuts
Speed up your workflow in Shogo with these keyboard shortcuts.
General
| Action | Mac | Windows / Linux |
|---|---|---|
| Command palette | Cmd + K | Ctrl + K |
| Focus chat input | Cmd + L | Ctrl + L |
Command palette
The command palette (Cmd + K / Ctrl + K) gives you quick access to:
- Search projects — Find any project by name
- Navigate — Jump to any page in the app
- Quick actions — Common actions like creating a new agent
How to use it
- Press
Cmd + K(Mac) orCtrl + K(Windows/Linux). - Start typing to search.
- Use arrow keys to navigate results.
- Press
Enterto select. - Press
Escapeto close.
Files panel shortcuts
When editing workspace files (like AGENTS.md, skills, etc.) in the Files tab, standard text editing shortcuts are available:
| Action | Mac | Windows / Linux |
|---|---|---|
| Undo | Cmd + Z | Ctrl + Z |
| Redo | Cmd + Shift + Z | Ctrl + Shift + Z |
| Find | Cmd + F | Ctrl + F |
| Select all | Cmd + A | Ctrl + A |
| Copy | Cmd + C | Ctrl + C |
| Paste | Cmd + V | Ctrl + V |
note
Most users configure their agent entirely through chat and don't need to edit workspace files directly.