Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2010 keyboard shortcut to open context menu on document tab

Is there a keyboard shortcut to show the context menu for a document tab - same as document tab right click?

Note: not the same as shift + F10 which brings up the main context menu.

thanks

like image 952
Steven Chalk Avatar asked Jan 27 '12 12:01

Steven Chalk


People also ask

What is the shortcut key to open context menu?

The shortcut, for those who have not discovered it, is Shift-F10.

What is F12 in Visual Studio?

F12: Open File - Visual Studio Marketplace.

What does Ctrl w do in Visual Studio?

All the browsers I know give you the option to close tabs using Ctrl+W in addition to the standard Ctrl+F4 in Windows.


1 Answers

I was looking for this thing for quite some time and I accidently opened this menu today using my keyboard. The command is "Window.ShowDockMenu". The default key binding (at least in VS 2012) is "alt + -".

like image 157
Maciej Aniserowicz Avatar answered Nov 04 '22 11:11

Maciej Aniserowicz