describe shortcut in plsql developer similar to toad

bond636

Member
Hi , In toad i pres F4 to open a package , describe a table is there any shortcut for that also in plsql developer. Thanks in advance.
 
All shortcuts and action are customizable, so this is definitely possible: Go to Tools -> Preferences and then to "Key configuration"...
 
I defined a macro as Menu key, V, and named it "View in object editor". Then in Preferences, Key Configuration I assigned "Macro / View in object editor" as F4. (Menu key is between the right-hand Windows key and Control on my keyboad, with a symbol of an arrow pointing at a box.)
 
Back
Top