Simon Keep
Simon Keep

Reputation: 10022

Visual Studio Context Menu Shortcut

Does anyone know the keyboard shortcut in Visual Studio to open the context menu? i.e The equivalent of right clicking. Thanks.

Upvotes: 11

Views: 11842

Answers (3)

Seva Alekseyev
Seva Alekseyev

Reputation: 61396

Just for completeness' sake: since about 1995, pretty much all PC keyboards have the "context menu" key between the right Windows key and the right Ctrl. Visual Studio supports is for both tool windows and editor windows, with the current selection or caret position being the context.

https://en.wikipedia.org/wiki/Menu_key

Upvotes: 1

dennisV
dennisV

Reputation: 1119

You could also press the shortcut on your keyboard, if you have that key of course. Shift + F10 works as well.

Upvotes: 4

tye
tye

Reputation: 1157

Shift + F10 works in most Windows applications, but I don't have Visual Studio.

Upvotes: 29

Related Questions