=============================== pgAdmin 4.19 keyboard shortcuts =============================== First published at 3/22/2020 on https://defkey.com/pgadmin-4-shortcuts pgAdmin is a development platform for PostgreSQL. It is open source and can be used on Linux, Unix, macOS, Windows. pgAdmin 4.19 has 122 shortcuts and we have listed all of them below. Main browser window ------------------- Alt + Shift + F Open the File menu Alt + Shift + O Open the Object menu Alt + Shift + L Open the Tools menu Alt + Shift + H Open the Help menu Alt + Shift + B Focus the browser tree Alt + Shift + [ Move tabbed panel backward Alt + Shift + ] Move tabbed panel forward Alt + Shift + Q Open the Query Tool in the current database Alt + Shift + V View Data in the selected table/view Alt + Shift + C Open the context menu Alt + Shift + N Create an object Alt + Shift + E Edit object properties Alt + Shift + D Delete the object Alt + Shift + G Direct debugging Dialog tabs ----------- Ctrl + Shift + [ Dialog tab backward Ctrl + Shift + ] Dialog tab forward Property grid controls ---------------------- Ctrl + Shift + A Add row in Grid Tab Move focus to the next control Shift + Tab Move focus to the previous control Enter Pick the selected an item in a combo box Ctrl + Shift + A Add row in Grid SQL editors ----------- Alt + Left arrow Move to the beginning of the line Alt + Right arrow Move to the end of the line Ctrl + Alt + Left arrow Move left one word Ctrl + Alt + Right arrow Move right one word Ctrl + / Comment selected code (Inline) Ctrl + . Uncomment selected code (Inline) Ctrl + Shift + / Comment/Uncomment code (Block) Ctrl + A Select all Ctrl + C Copy selected text to the clipboard Ctrl + R Redo last edit un-done Ctrl + V Paste text from the clipboard Ctrl + Z Undo last edit Tab Indent selected text Shift + Tab Un-indent selected text Alt + G Jump (to line:column) Ctrl + Space Auto-complete Ctrl + F Find Ctrl + G Find next Ctrl + Shift + G Find previous Ctrl + Shift + F Replace QueryTool (Chrome, IE - Windows) -------------------------------- F5 Execute query F6 Save data changes F7 EXPLAIN query Shift + F7 EXPLAIN ANALYZE query F8 Execute query to CSV file Alt + O Open file Alt + S Save file Alt + N Find option drop down Alt + C Copy row(s) Alt + P Paste row(s) Alt + D Delete row(s) Alt + F Filter dialog Alt + I Filter options drop down Alt + R Row limit Alt + Q Cancel query Alt + L Clear option drop down Alt + X Execute option drop down Alt + T Display connection status Alt + Y Copy SQL on history panel Debugger (Chrome, IE - Windows) ------------------------------- Alt + I Step in Alt + O Step over Alt + C Continue/Restart Alt + T Toggle breakpoint Alt + X Clear all breakpoints Alt + S Stop Alt + Shift + Q Enter or Edit values in Grid QueryTool (Firefox - Windows) ----------------------------- F5 Execute query F6 Save data changes F7 EXPLAIN query Shift + F7 EXPLAIN ANALYZE query F8 Execute query to CSV file Alt + Shift + O Open file Alt + Shift + S Save file Alt + Shift + N Find option drop down Alt + Shift + C Copy row(s) Alt + Shift + P Paste row(s) Alt + Shift + D Delete row(s) Alt + Shift + F Filter dialog Alt + Shift + I Filter options drop down Alt + Shift + R Row limit Alt + Shift + Q Cancel query Alt + Shift + L Clear option drop down Alt + Shift + X Execute option drop down Alt + Shift + T Display connection status Alt + Shift + Y Copy SQL on history panel Debugger (Firefox - Windows) ---------------------------- Alt + Shift + I Step in Alt + Shift + O Step over Alt + Shift + C Continue/Restart Alt + Shift + T Toggle breakpoint Alt + Shift + X Clear all breakpoints Alt + Shift + S Stop Alt + Shift + Q Enter or Edit values in Grid Query tool (Mac) ---------------- F5 Execute query F6 Save data changes F7 EXPLAIN query Shift + F7 EXPLAIN ANALYZE query F8 Execute query to CSV file Control + Option + O Open file Control + Option + S Save file Control + Option + N Find option drop down Control + Option + C Copy row(s) Control + Option + P Paste row(s) Control + Option + D Delete row(s) Control + Option + F Filter dialog Control + Option + I Filter options drop down Control + Option + R Row limit Control + Option + Q Cancel query Control + Option + L Clear option drop down Control + Option + X Execute option drop down Control + Option + T Display connection status Control + Option + Y Copy SQL on history panel Debugger (Mac) -------------- Control + Option + I Step in Control + Option + O Step over Control + Option + C Continue/Restart Control + Option + T Toggle breakpoint Control + Option + X Clear all breakpoints Control + Option + S Stop Option + Shift + Q Enter or Edit values in Grid Inner tab and panel navigation ------------------------------ When using the Query Tool and Debugger, the following shortcuts are available for inner panel navigation: Alt + Shift + ] Move to next tab within a panel Alt + Shift + [ Move to previous tab within a panel Alt + Shift + Tab Move between inner panels Source: Pgadmin Last modified on (UTC): Sunday, March 22, 2020 Defkey © All rights reserved.