Monday, December 24, 2018

Toad Shortcuts Keys

Shortcut Description
F1 Windows Help File
F2 Toggle Output Window
Shift+F2 Toggle Data Grid Window
F3 Find Next Occurrence
Shift+F3 Find Previous Occurrence
F4 Describe Table, View, Procedure, Function
F5 Execute SQL as a script
F6 Toggle between SQL Editor and Results Panel
F7 Clear All Text
F8 Recall Previous SQL Statement
F9 Execute Statement
Ctrl+F9 Set Code Execution Parameters
Shift+F9 Execute Current SQL statement at Cursor
F10 or right-click Pop-up Menu
Ctrl+F12 External Editor, Pass Contents
Ctrl+A Select All Text
Ctrl+C Copy
Ctrl+E Execute Explain Plan on the Current Statement
Ctrl+F Find Text
Ctrl+G Goto Line
Ctrl+L Convert Text to Lowercase
Ctrl+M Make Code Statement
Ctrl+N Recall Named SQL Statement
Ctrl+O Open a Text File
Ctrl+P Strip Code Statement
Ctrl+R Find and Replace
Ctrl+S Save File
Shift+Ctrl+S Save File As
Ctrl+T Columns Drop-down
Shift+Ctrl+R Alias Replacement
Shift+Ctrl+T Columns Drop-Down no alias
Ctrl+Spacebar Code Templates
Ctrl+U Converts Text to Uppercase
Ctrl+V Paste
Ctrl+X Cut
Ctrl+Z Undo Last Change
Ctrl+. Display Pop-up List of Matching Table Names
Shift+Ctrl+Z Redo Last Undo
Alt+Up Arrow Display Previous Statement
Alt+Down Arrow Display Next Statement (After Alt+Up Arrow)
Ctrl+Home In the data grid: goes to the top of the record set
Ctrl+End In the data grid: goes to the end of the record set
Ctrl+Tab Cycles through the Collection of MDI Child Windows

No comments:

Post a Comment