Keyboard Shortcuts
Cloak DB is designed for developers who prefer keeping their hands on the keyboard. Every action has a shortcut.
Press ? anywhere in the studio to see the shortcuts modal.
Global Shortcuts
These work anywhere in the studio.
| Shortcut | Action |
|---|---|
Cmd+E | Open command palette (table search) |
Cmd+J | New query tab |
W | Close current tab |
? | Show keyboard shortcuts help |
Esc | Clear selection / Close modals |
Command Palette
The command palette (Cmd+E) lets you fuzzy search across all your tables.
| Shortcut | Action |
|---|---|
↑ / ↓ | Navigate results |
Enter | Open selected table |
Esc | Close palette |
Tips:
- Search includes schema names (e.g., "public.users")
- Shows row counts for quick context
- Handles typos gracefully with fuzzy matching
Data Browser
When viewing table data:
| Shortcut | Action |
|---|---|
Cmd+S | Save pending changes |
Cmd+N | Add new row |
Delete | Delete selected rows |
Filtering
Quick keyboard-driven filtering:
| Shortcut | Action |
|---|---|
Cmd+F | Open filter popover |
Cmd+1-9 | Focus filter by number |
m | Edit focused filter |
Delete | Delete focused filter |
← / → | Navigate between filters |
Esc | Unfocus filter |
Filter popover:
| Shortcut | Action |
|---|---|
↑ / ↓ | Navigate column suggestions |
Enter | Select column / Apply filter |
Backspace | Go back to column selection |
Esc | Close popover |
Cell Selection
Select and edit multiple cells at once:
| Shortcut | Action |
|---|---|
Click | Edit single cell |
Cmd+Click | Toggle cell selection |
Shift+Click | Select range of cells |
Opt+Click | Copy cell value to clipboard |
Cmd+C | Copy selected cells |
Multi-cell editing workflow:
Cmd+Clickto select multiple cells- Type your new value
- Press
Enter— all selected cells update Cmd+Sto save changes
Cell Editing
When editing a cell:
| Shortcut | Action |
|---|---|
Enter | Confirm edit |
Escape | Cancel edit |
Tab | Confirm and move to next cell |
Row Operations
| Shortcut | Action |
|---|---|
Checkbox click | Toggle row selection |
Shift+Checkbox | Select range of rows |
Right-click | Open context menu |
Query Editor
When writing SQL:
| Shortcut | Action |
|---|---|
Cmd+Enter | Execute query |
Esc | Blur editor |
Tab Management
| Shortcut | Action |
|---|---|
Tab | Navigate to next tab (loops) |
Shift+Tab | Navigate to previous tab (loops) |
W | Close current tab |
Middle-click | Close clicked tab |
Platform Notes
- Mac: Uses
CmdandOpt - Windows/Linux: Uses
Ctrlinstead ofCmd,Altinstead ofOpt
The shortcuts modal (?) automatically shows the correct keys for your platform.