List of Shortcut Keys
Common
| Name | Shortcut Keys | Name | Shortcut Keys |
|---|---|---|---|
| New | Ctrl + N | Cut | Ctrl + X |
| Open | Ctrl + O | Copy | Ctrl + C |
| Save | Ctrl + S | Paste | Ctrl + V |
| Save as | Ctrl + Shift + S | Select All | Ctrl + A |
| Undo | Ctrl + Z | Delete | Del |
| Redo | Shift + Ctrl + Z |
Edit
| Name | Shortcut Keys | Name | Shortcut Keys |
|---|---|---|---|
| Comment Block | Ctrl + - | Capitalize | Ctrl + I |
| Uncomment Block | Shift + Ctrl + - | Indent | Tab |
| Convert to uppercase | Ctrl + U | Decrease Indent | Shift + Tab |
| Convert to lowercase | Ctrl + L | Schema Description | F4 |
Search
| Name | Shortcut Keys | Name | Shortcut Keys |
|---|---|---|---|
| Find | Ctrl + F | Find in files… | Shift + Ctrl + F |
| Find Next | F3 | Toggle Bookmark | Ctrl + Alt + Num |
| Replace | Ctrl + R | Goto Bookmark | Ctrl + Num |
| Paste from the code | Shift + Ctrl + V | Goto line | Ctrl + G |
SQL History
| Name | Shortcut Keys | Name | Shortcut Keys |
|---|---|---|---|
| Run SQL History | F8 | Copy to Clipboard | Ctrl + C |
| Delete SQL | Del | Open File | Ctrl + O |
| Append to Editor | Ctrl + Enter |
Query Editor
| Name | Shortcut Key | Name | Shortcut Key |
|---|---|---|---|
| Run/Compile SQL | F5 | Current SQL Execution Plan | F7 |
| Stop query/Stop Compile | ESC | Actual Execution Plan of current SQL | Ctrl + Alt + F7 |
| Close Editor | Ctrl Alt + D | Estimated Execution Plan of current SQL | Ctrl + F7 |
| Add Editor | Ctrl + Alt + N | Block SQL Execution Plan | Alt + F7 |
| Previous Editor | Ctrl + Alt + Left | Query Description | Shift + F4 |
| Next Editor | Ctrl + Alt + Right | Add User to SQL | Shift + F8 |
| Open File | Ctrl + O | SQL Alignment | F9 |
| Save | Ctrl + S | Table AutoComplete | Ctrl + H |
| Print Preview | Ctrl + P | Paste from the code | Shift + Ctrl + V |
| Show Grid | F11 | Execution Plan | F7 |
| Execute Current SQL | Ctrl + F5 | Execution Plan (DBMS_XPLAN) | Ctrl + Alt + F7 |
| Run SQL SubQuery block | Alt + F5 | SQL Row Count | F12 |
| Execute and edit current SQL | F6 |
Debug
| Name | Shortcut Key | Name | Shortcut Key |
|---|---|---|---|
| Start Debug | F5 | Open File | Ctrl + O |
| Stop Debug | Ctrl + S | Save | Ctrl + S |
| Debug | F9 | Print Preview | Ctrl + P |
ER Design
| Name | Shortcut keys | Name | Shortcut keys |
|---|---|---|---|
| Find table objects | Ctrl + F | Delete | Del |
Option
| Name | Shortcut Key | Name | Shortcut Key |
|---|---|---|---|
| Code AutoComplete / Template | Ctrl + J | Reuse SQL | Ctrl + M |
| Keyword AutoComplete | Ctrl + K | Field AutoComplete | |
| Help | F1 |

