Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 984
Simon Keep Avatar asked Sep 24 '08 07:09

Simon Keep


People also ask

Where is the context menu in Visual Studio?

Menu items appear in views, actions, and right-click menus.

How do I open the context menu using the keyboard?

The Context Menu shortcut is Shift+F10. But, on a lot of keyboards, on the bottom row, towards the right hand side in between the 'alt' and 'ctrl' keys you might see the key below. This key is also a context menu shortcut.

What is Ctrl Shift F in Visual Studio?

Ctrl-Shift-F is used to find all the ocuurance of a string with in entire solution and display find result window as shown below. Ctrl-F is used to find a string in the current document, project and all open documents one by one.


2 Answers

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

like image 127
tye Avatar answered Sep 27 '22 22:09

tye


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

like image 33
dennisV Avatar answered Sep 28 '22 00:09

dennisV