Keyboard Shortcuts
Keyboard Shortcuts
Official DBeagle keybindings
These are the keybindings DBeagle currently contributes directly:
| Action | macOS | Windows / Linux | Notes |
|---|---|---|---|
| Run Query | Cmd+Enter | Ctrl+Enter | Works from a supported SQL editor |
| Refresh Schema | Cmd+Shift+R | Ctrl+Shift+R | Active when the Connections view is focused |
| Focus Connections | Cmd+Shift+B | Ctrl+Shift+B | Brings focus to the DBeagle Connections view |
Result grid keyboard controls
Inside the result grid, DBeagle also supports keyboard interaction even though these are not standalone VS Code command keybindings:
| Action | Keys |
|---|---|
| Move selection | Arrow keys |
| Extend a cell selection | Shift plus arrow keys |
| Copy selection | Cmd/Ctrl+C |
| Clear selection | Escape |
Adding your own shortcuts
If you want shortcuts for actions like scratch creation or focusing another DBeagle view:
- Open VS Code Keyboard Shortcuts.
- Search for
dbeagle. - Assign your preferred keys to the commands you use most.