user203687
user203687

Reputation: 7237

Visual Studio Shortcut for showing list of tabs

I don't know if there is a better way to ask this. But, I mean to open the small down arrow which shows the list of tabs (see following) using a keyboard shortcut

list of files currently opened

Upvotes: 5

Views: 1840

Answers (1)

Mark Hall
Mark Hall

Reputation: 54532

The Command that you are looking for is Window.ShowEzMDIFileList, it can be accessed(at least on my machine) by Ctrl + Alt + Down Arrow

enter image description here

Upvotes: 8

Related Questions