Developer ToolsShortcutsWindows

67 pgAdmin Keyboard Shortcuts

for Windows

Download pgAdmin Shortcuts PDF

Learn pgAdmin Shortcuts for Windows

Main Browser Window Shortcuts

Action pgAdmin Shortcuts
Open the File menu Alt + Shift + F
Open the Object menu Alt + Shift + O
Open the Tools menu Alt + Shift + L
Open the Help menu Alt + Shift + H
Focus on the browser tree Alt + Shift + B
Move the tabbed panel backward Alt + Shift + [
Move the tabbed panel forward Alt + Shift + ]
Open the Query Tool in the current database Alt + Shift + Q
View Data in the selected table/view Alt + Shift + V
Open the context menu Alt + Shift + C
Create an object Alt + Shift + N
Edit object properties Alt + Shift + E
Delete the object Alt + Shift + D
Direct debugging Alt + Shift + G

Dialog tabs Shortcuts

Action pgAdmin Shortcuts
Dialog tab backward Ctrl + Shift + [
Dialog tab forward Ctrl + Shift + ]

Property grid controls Shortcuts

Action pgAdmin Shortcut keys
Add row in Grid Ctrl + Shift + A
Move focus to the next control Tab
Move focus to the previous control Shift + Tab
Pick the selected item in a combo box Enter
Add row in Grid Ctrl + Shift + A

SQL Editors Shortcuts

Action pgAdmin Shortcuts
Move to the beginning of the line Alt + Left Arrow key
Move to the end of the line Alt + Right Arrow key
Move left one word Ctrl + Alt + Left Arrow key
Move right one word Ctrl + Alt + Right Arrow key
Comment selected code (Inline) Ctrl + /
Uncomment selected code (Inline) Ctrl + .
Comment/Uncomment code (Block) Ctrl + Shift + /
Select all Ctrl + A
Copy selected text to the clipboard Ctrl + C
Redo last edit un-done Ctrl + R
Paste text from the clipboard Ctrl + V
Undo the last edit Ctrl + Z
Indent selected text Tab
Un-indent selected text Shift + Tab
Jump (to line: column) Alt + G
Auto-complete Ctrl + Spacebar
Find Ctrl + F
Find next Ctrl + G
Find Previous Ctrl + Shift + G
Replace Ctrl + Shift + F

QueryTool Shortcuts

Action pgAdmin Shortcuts
Execute query F5
Save data changes F6
EXPLAIN query F7
EXPLAIN ANALYZE query Shift + F7
Execute query to CSV file F8
Open file Alt + O
Save file Alt + S
Find option drop-down Alt + N
Copy row(s) Alt + C
Paste row(s) Alt + P
Delete row(s) Alt + D
Filter dialog Alt + F
Filter options dropdown Alt + I
Row limit Alt + R
Cancel Query Alt + Q
Clear option drop-down Alt + L
Execute option drop-down Alt + X
Display connection status Alt + T
Copy SQL on the history panel Alt + Y

Debugger Shortcuts

Action PgAdmin Shortcuts
Step in Alt + I
Step over Alt + O
Continue/Restart Alt + C
Toggle breakpoint Alt + T
Clear all breakpoints Alt + X
Stop Alt + S
Enter or Edit values in Grid Alt + Shift + Q

READ NEXT:

Back to top button