51 DBeaver Keyboard Shortcuts

Learn DBeaver Shortcuts for Windows

SQL Editor Shortcuts

ActionDBeaver Shortcut keys
Execute current query (*)Ctrl + Enter
Execute the current query in a new tabCtrl + \
Execute current script (**)Alt + X
Execute selected SQL expression and print resultsCtrl + Alt + ‘
Explain the current query execution planCtrl + Shift + E
Execute queries of the current script simultaneously, showing results in separate tabsCtrl + Alt + Shift + X
Switch active connection (for SQL script)Ctrl + 9
SQL completion proposals popupCtrl + Spacebar
SQL template proposals popupCtrl + Alt + Spacebar
Format current script (**) using the current formatterCtrl + Shift + F
Toggle single-line commentCtrl + /
Toggle multi-line commentCtrl + Shift + /
Jump to the previous queryAlt + Up Arrow key
Jump to the next queryAlt + Down Arrow key
Maximize editor panelsCtrl + 6
Maximize results panelsAlt + 6
Minimize editor/results panelsCtrl + Shift + 6
Switch editor/results panelsAlt + 6
Convert selected text into uppercaseCtrl + Shift + X
Convert selected text into lowercaseCtrl + Shift + Y

Data Viewer Shortcuts

ActionDBeaver Shortcuts
Switch to record/grid modeTab
Switch presentation (grid, plain text, JSON, etc.)Ctrl + ~
Foreign keys navigation menuCtrl + 1
Navigate to the link in the active cellAlt + Spacebar
Navigate backward in historyAlt + Left Arrow key
Navigate forward in historyAlt + Right Arrow key
Toggle sorting by the current columnCtrl + 2
Current column filters the menuF11
Current column filter dictionary panelCtrl + F11
Toggle the right panels onF7
Toggle the right panels offCtrl + 7
Refresh results (re-run query)F5

Data Editor Shortcuts

ActionDBeaver Shortcut keys
Activate inline editorEnter
Open value editor dialog or separate value editor (for LOB values)Shift + Enter
Delete rowDelete
Add new rowAlt + Insert
Copy current rowCtrl + Alt + Insert
Cancel changes in the current cell/rowEsc

Database Navigator Shortcuts

ActionDBeaver Shortcut keys
Rename the current element (if supported)F2
Open the editor of the selected element(s)F4
Refresh selected element(s)F5
Delete selected element(s) (if supported)Delete
Add a bookmark on the selected elementCtrl + D
Show properties of the selected elementAlt + Enter
Open SQL editor for current connection (***). Shows script selector popupF3
Open a new SQL editor for the current connection (***). Always creates a new scriptCtrl + F3
Open the recent SQL editor for the current connection (***). Opens last modified script or creates a new scriptCtrl + Enter

Other DBeaver Shortcuts

ActionDBeaver Shortcut keys
Shows database tools context menuAlt + ~
Switch active schema/catalog (available if SQL/database editor is open)Ctrl + 0
Advanced copy. Works in different contexts and performs “smart copy” operation (usually with parameters)Ctrl + Shift + C
Advanced paste. Same as “smart copy” but for “paste”Ctrl + Shift + V

READ NEXT:

Back to top button