DBX

Keyboard Shortcuts

DBX shortcuts come from one configurable action registry. Settings → Shortcuts shows the effective binding for the installed version and current platform, making it authoritative after defaults change or the user customizes a key.

Mod means Cmd on macOS and Ctrl on Windows/Linux.

Common Defaults

SQL Editor

DefaultAction
Mod+EnterExecute the current statement or selected SQL
Mod+\Execute in a new result tab
Shift+Mod+FFormat SQL
Mod+/Toggle line comment
Mod+SSave SQL
TabAccept completion
Shift+TabOutdent
Mod+DDuplicate current line
Shift+Mod+KDelete current line
Alt+↑ / Alt+↓Move current line up/down
Shift+Alt+↑ / Shift+Alt+↓Copy current line up/down
Shift+Alt+U / Shift+Alt+LConvert selection to uppercase/lowercase
Mod+.Toggle code folding
Mod+Shift+ASend selection to AI

The current registry has no default “execute all SQL” action. Select a range or use the editor's multi-statement execution entry point instead of relying on the old Ctrl/Cmd+Shift+Enter documentation.

Grid and Data

DefaultAction
F5Refresh current data
Mod+DCopy current row
DeleteMark current row for deletion
TabToggle transposed view

Standard copy and paste still follow platform conventions. Copy Current Row, Delete Current Row, and Toggle Transpose are DBX-configurable actions.

Global and Navigation

DefaultAction
Mod+TNew query
Mod+PQuick open
Mod+WClose current tab
Ctrl+Alt+← / Ctrl+Alt+→Back/forward through tab visit history
Shift+Mod+[ / Shift+Mod+]Previous/next tab
Mod+1Mod+9Switch to a numbered tab
Mod+BToggle the sidebar
Mod+= / Mod+- / Mod+0Zoom in, zoom out, reset UI zoom

The sidebar also has configurable actions for copy, paste, edit connection, and modifier-based opening in a new tab.

Quick Open

Press Mod+P to search connections, databases, schemas, tables, views, and saved SQL in the current workspace. Results come from loaded and searchable objects. For a large connection whose metadata is not loaded yet, expand or refresh the relevant node first.

Customization and Conflicts

  1. Open Settings → Shortcuts
  2. Choose an action and enter recording mode
  3. Press a new key combination, or clear an unwanted binding
  4. Resolve conflicts and save

DBX detects conflicts within a scope. Editor, grid, search, sidebar, and global actions have separate scopes, but the browser, operating system, input method, or accessibility software may still reserve a key first.

On Windows/Linux, Ctrl+Alt may represent AltGr, so DBX matches those combinations conservatively. On macOS, Option+letter can produce transformed characters, and DBX uses physical-key fallback only where safe.