DBeaver 6.0.3 keyboard shortcuts

DBeaver 6.0.3  

Zeynel -
5 years ago
- Shortcuts

DBeaver will be even more useful if you use these shortcuts to edit your SQL queries. Most of the following commands are accessible from main menu, toolbar or right-click menu. In other words, keyboard shortcuts cover most of the commands available in the program. DBeaver recommends using right-click menu whevener possible, because it usually shows all actions accessible at the moment.

1
Ctrl + ⤶ Enter

Execute current query (*)

2
Ctrl + \

Execute current query in a new tab

0
Alt + X

Execute current script (**)

5
Ctrl + Alt + '

Execute selected SQL expression and print results

0
Ctrl + Alt + ↑  Shift + X

Execute queries of current script simultaneously, showing results in separate tabs

0
Ctrl + Space

SQL completion proposals popup

2
Ctrl + Alt + Space

SQL templates proposals popup

1
Ctrl + ↑  Shift + F

Format current script (**) using current formatter

14
Ctrl + /

Toggle single/multi line comment

3
or Ctrl + ↑  Shift + /
3
Alt + 6

Maximize editor/results panels

1
Ctrl + ↑  Shift + 6

Minimize editor/results panels

0
Alt + 6

Switch editor/results panels

2
Ctrl + ↑  Shift + X

Convert selected text into upper/lower case

Advertisement

1
Tab

Switch to record/grid mode

1
Ctrl + ~

Switch presentation (grid, plain text, json, etc.)

1
Ctrl + 2

Toggle sorting by current column

2
Ctrl + D

Add bookmark on selected element

4
Ctrl + F3

Open new SQL editor for current connection (***). Always creates new script

2
Ctrl + ⤶ Enter

Open recent SQL editor for current connection (***). Opens last modified script or creates a new script

    * - Current query is the query under cursor or the selected text. Query is separated from other script queries by delimiter (; by default) or by empty lines.
    ** - Current script is a set of all queries in the current SQL file. If there is a text selection then only queries in this selection are processed. Queries are separated from each other with a delimiter (; by default).
    Source

Share this page on:
Is this page helpful?
0 0

Program information

Program name: DBeaver 6.0.3 DBeaver 6.0.3 (Developer tools)

DBeaver is a free and open source database management software for SQL. It provides an editor that supports code completion and syntax highlighting.

Web page: dbeaver.com

Last update: 12/19/2019 12:23 PM UTC

How easy to press shortcuts: 79%

More information >>

Shortcut count: 55

Platform detected: Windows and macOS mixed

Similar programs



User operations

Add DBeaver 6.0.3 to favorites

Add to favorites

Advertisement


What is your favorite DBeaver 6.0.3 hotkey? Do you have any useful tips for it? Let other users know below.


 
? dbeaver-postgresql OP says : 2 years ago 3/25/2022 4:05 PM
Ctrl+6 close result - nice shortcut.
But how to close "Problems" panel?
It is really annoying.