Reputation: 10022
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
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
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
Reputation: 1157
Shift + F10 works in most Windows applications, but I don't have Visual Studio.
Upvotes: 29