Many times I want to close the left bottom panel which includes build information, etc. by keyboard shortcut in Visual Studio IDE, is it possible? Or can I customize Visual Studio to support this?
Many times I want to close the left bottom panel which includes build information,
Share
I am assuming you talk about the Output window? The Keyboard Shortcut to show the Output window is CTRL+W, O (so first press and hold CTRL and W, while holding tap O) – also CTRL+ALT+O works.
Now you can exit the window with Shift+ESC. I don’t know any way to exit the output window directly.
Some more shortcuts:
etc. for a complete list check this MSDN article about VS2010 default keyboard shortcuts.