DBXDBX

Keyboard Shortcuts

Configure and use keyboard shortcuts to navigate DBX, execute queries, and edit data efficiently.

DBX provides configurable keyboard shortcuts for common actions. Use the default shortcuts or customize them to match your workflow.

Default Shortcuts

Query Editor

ShortcutAction
Ctrl+Enter / Cmd+EnterExecute current query
Ctrl+Shift+Enter / Cmd+Shift+EnterExecute all queries
Ctrl+/ / Cmd+/Toggle line comment
Ctrl+F / Cmd+FSearch in editor
Ctrl+S / Cmd+SSave current tab
TabIndent selected lines
Shift+TabOutdent selected lines

Data Grid

ShortcutAction
F5Refresh current data
Ctrl+C / Cmd+CCopy selected cells
Ctrl+Shift+C / Cmd+Shift+CCopy selected rows as INSERT
DeleteDelete selected rows (mark for deletion)
ShortcutAction
Ctrl+N / Cmd+NNew query tab
Ctrl+Shift+F / Cmd+Shift+FFocus sidebar search
Ctrl+W / Cmd+WClose current tab
Middle Click (on tab)Close tab

Configuring Shortcuts

Open Settings → Shortcuts to customize key bindings:

  1. Find the action you want to change in the list
  2. Click the current shortcut to enter recording mode
  3. Press the new key combination
  4. The new shortcut is saved automatically

Shortcuts use the Electron-style modifier key notation: Ctrl (Control on Windows/Linux), Cmd (Command on macOS), Shift, and Alt (Option on macOS).

Copy Shortcuts

Two configurable copy shortcuts control row-level copy behavior:

  • Copy Current Row: Copies the current row as tab-separated values
  • Delete Current Row: Marks the current row for deletion

Set these in Settings → Shortcuts to match your preferred workflow.

Conflict Resolution

If a custom shortcut conflicts with an existing one:

  • DBX warns you before saving
  • You can choose to keep the conflict or choose a different combination
  • System shortcuts (like Cmd+Q on macOS) cannot be overridden

On this page