How to close for instance object browser, window list etc. using keyboard

Claus Pedersen

Member³
How can I close, maximise, pin/unpin the different tool windows using the keyboard? Using the normal Windows shortcut key Ctrl-F4 for closing a tool window does not seem to work.
Alt-Enter to get the context menu for the window does not work either.

BTW, why are the tool window icons so small? They are only 1/4 of the normal Windows button sizes, and can be quite difficult to hit when you have a high resolution on the monitor. Is there a setting, so I can force them to be bigger?
 
Hi Claus,

To close individual windows (like SQL Window, Program Window, etc.) you can use Ctrl+W. That key combination works in Windows applications that use tabs, to close the current tab. In PL/SQL Developer it is set for menu path File->Close.

To open/close Object browser, Windows list, etc. inspect your Key Configurations in Preferences. You can assign key combinations for menu options under the Tools menu.

I have set for example Ctrl+Alt+B for Object Browser, or Ctrl+Alt+W for Window List.
 
Back
Top