Reputation: 42185
It's kind of annoying to have to use my mouse to close the windows that appear when when summoned by my keyboard e.g. I find usages of an object by hitting Shift+F12, or any of the other dockable windows that appear for various other reasons.
Ideally these would close when I hit escape, but this does nothing. Alt+F4 wants to close the entire visual studio.
Is there any keyboard shortcut to close these windows?
To be clear, this is the kind of window I'm referring to:
Upvotes: 6
Views: 992
Reputation: 1
"Shift + Esc" closes the docked window, only if it is pinned and control is on the docked window. I use to pin all the dock windows.
Upvotes: 0
Reputation: 546
According to Default Keyboard Shortcuts in Visual Studio 2015, you can use the following:
Window.Close
(window must have focus)Window.CloseDocumentWindow
to close the current tabUpvotes: 8
Reputation: 1
Upvotes: 0
Reputation: 42185
It appears @inksmithy has answered the question, even though it doesn't work for me. I reckon it's because I'm using ReSharper and he isn't.
For what it's worth, I just discovered Ctrl + Shift + F4 works for me.
I've decided to mark @inksmithy's answer as correct but if that doesn't work for you try my one.
Upvotes: 2