Reference
Keyboard Shortcuts Reference
Keyboard Shortcuts Reference
This page tracks the current frontend shortcut map defined in the app. The CLI has its own separate keymap and workflow surface; see CLI & MCP for that tooling.
Tip
Mod means Cmd on macOS and Ctrl on Windows/Linux.
Global Shortcuts
Shortcut | Action |
|---|---|
? | Open keyboard shortcuts help |
Mod + K | Open command palette |
Esc | Close dialogs and overlays |
Mod + B | Toggle the sidebar |
Navigation Shortcuts
The numbered navigation shortcuts are platform-specific:
- macOS:
Ctrl + 1throughCtrl + 4 - Windows/Linux:
Alt + 1throughAlt + 4
These shortcuts move through the primary routes that are available for the current database type. On SQL databases that typically means:
- Chat
- Storage Units
- Graph
- Scratchpad
On NoSQL or reduced-capability databases, the numbering shifts because not every route is available.
Table Navigation
Shortcut | Action |
|---|---|
Arrow Down | Move selection down |
Arrow Up | Move selection up |
Home | Jump to the first row in the current view |
End | Jump to the last row in the current view |
Page Down | Move down a page |
Page Up | Move up a page |
Mod + Arrow Right | Go to the next results page |
Mod + Arrow Left | Go to the previous results page |
Table Selection
Shortcut | Action |
|---|---|
Space | Toggle selection on the focused row |
Shift + Arrow Down | Extend selection downward |
Shift + Arrow Up | Extend selection upward |
Mod + A | Select all rows in the current view |
Table Actions
Shortcut | Action |
|---|---|
Enter | Edit the focused row |
Mod + E | Edit the focused row |
Mod + Delete | Delete the focused row |
Mod + Backspace | Delete the focused row |
Mod + Shift + G | Open mock data generation |
Mod + R | Refresh data |
Mod + Shift + E | Open export |
Mod + I | Open import |
Scratchpad Editor
Shortcut | Action |
|---|---|
Mod + Enter | Execute the current query |
Mod + U | Clear the current editor |
Notes
- The frontend shortcut list above is the same set shown by the in-app shortcuts modal.
- Some of these actions also have desktop menu accelerators in the Wails desktop app.
- Use the in-app shortcuts help for the active shortcut list.