67 pgAdmin Keyboard Shortcuts

Learn pgAdmin Shortcuts for Windows

Main Browser Window Shortcuts

ActionpgAdmin Shortcuts
Open the File menuAlt + Shift + F
Open the Object menuAlt + Shift + O
Open the Tools menuAlt + Shift + L
Open the Help menuAlt + Shift + H
Focus on the browser treeAlt + Shift + B
Move the tabbed panel backwardAlt + Shift + [
Move the tabbed panel forwardAlt + Shift + ]
Open the Query Tool in the current databaseAlt + Shift + Q
View Data in the selected table/viewAlt + Shift + V
Open the context menuAlt + Shift + C
Create an objectAlt + Shift + N
Edit object propertiesAlt + Shift + E
Delete the objectAlt + Shift + D
Direct debuggingAlt + Shift + G

Dialog tabs Shortcuts

ActionpgAdmin Shortcuts
Dialog tab backwardCtrl + Shift + [
Dialog tab forwardCtrl + Shift + ]

Property grid controls Shortcuts

ActionpgAdmin Shortcut keys
Add row in GridCtrl + Shift + A
Move focus to the next controlTab
Move focus to the previous controlShift + Tab
Pick the selected item in a combo boxEnter
Add row in GridCtrl + Shift + A

SQL Editors Shortcuts

ActionpgAdmin Shortcuts
Move to the beginning of the lineAlt + Left Arrow key
Move to the end of the lineAlt + Right Arrow key
Move left one wordCtrl + Alt + Left Arrow key
Move right one wordCtrl + Alt + Right Arrow key
Comment selected code (Inline)Ctrl + /
Uncomment selected code (Inline)Ctrl + .
Comment/Uncomment code (Block)Ctrl + Shift + /
Select allCtrl + A
Copy selected text to the clipboardCtrl + C
Redo last edit un-doneCtrl + R
Paste text from the clipboardCtrl + V
Undo the last editCtrl + Z
Indent selected textTab
Un-indent selected textShift + Tab
Jump (to line: column)Alt + G
Auto-completeCtrl + Spacebar
FindCtrl + F
Find nextCtrl + G
Find PreviousCtrl + Shift + G
ReplaceCtrl + Shift + F

QueryTool Shortcuts

ActionpgAdmin Shortcuts
Execute queryF5
Save data changesF6
EXPLAIN queryF7
EXPLAIN ANALYZE queryShift + F7
Execute query to CSV fileF8
Open fileAlt + O
Save fileAlt + S
Find option drop-downAlt + N
Copy row(s)Alt + C
Paste row(s)Alt + P
Delete row(s)Alt + D
Filter dialogAlt + F
Filter options dropdownAlt + I
Row limitAlt + R
Cancel QueryAlt + Q
Clear option drop-downAlt + L
Execute option drop-downAlt + X
Display connection statusAlt + T
Copy SQL on the history panelAlt + Y

Debugger Shortcuts

ActionPgAdmin Shortcuts
Step inAlt + I
Step overAlt + O
Continue/RestartAlt + C
Toggle breakpointAlt + T
Clear all breakpointsAlt + X
StopAlt + S
Enter or Edit values in GridAlt + Shift + Q

READ NEXT:

Back to top button