Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to close a Visual Studio tool window (not a document tab) using a keyboard shortcut?

As the title suggests, I would like to close a Visual Studio tool window (not a document tab) using a keyboard shortcut. Is that possible?

like image 826
Georgios Politis Avatar asked Aug 27 '10 11:08

Georgios Politis


People also ask

How do I close a window in Visual Studio?

ALT+F4. System menu | Close. Close button.

How do I close a shortcut in Visual Studio?

In Visual Studio 2019 it is Ctrl-F4 by default to CloseDocumentWindow. The action is Window.

What does Ctrl F do in Visual Studio?

Find, Global Find & Find and Replace You've probably already discovered the search shortcut Ctrl-F, but did you know Visual Studio Code has different types of find features built-in? Ctrl + F as mentioned above this shortcut will find whatever you search for in the current file.


1 Answers

Shift + Esc seems to work

like image 69
Gishu Avatar answered Sep 25 '22 19:09

Gishu