beeble
beeble

Reputation: 55

Is there a keyboard shortcut for opening the Visual Studio tab dropdown?

picture of what I'm talking about

I'm wondering if there is a keyboard shortcut in Visual Studio 2019 to open this little tab dropdown menu. If it exists, I can't seem to find it.

Upvotes: 2

Views: 113

Answers (1)

Sergey Vlasov
Sergey Vlasov

Reputation: 27890

It is CTRL + ALT + DownArrow assigned by default to the Window.ShowEzMDIFileList command.

Upvotes: 3

Related Questions