Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"Right Click" keyboard short cut for Visual Studio?

I'm trying to force myself to use as little mouse as possible and I can't find the answer to this simple short-cut anywhere! Here the the steps:

  1. Open up Visual Studio. Open any C# file (or any code file I believe)
  2. Point your mouse anywhere on the window/file.
  3. Right Click

Is there a shortcut key for this so I don't have to move my hand to the mouse?

like image 921
matt_dev Avatar asked Feb 17 '09 23:02

matt_dev


People also ask

How do you right click on a virtual keyboard?

Luckily Windows has a universal shortcut, Shift + F10, which does exactly the same thing. It will do a right-click on whatever is highlighted or wherever the cursor is in software like Word or Excel.

How do I find the shortcut keys in Visual Studio?

The Global context means that the shortcut is applicable in any tool window in Visual Studio. You can look up the shortcut for any command by opening the Options dialog box, expanding the Environment node, and then choosing Keyboard.

What does Ctrl k do in Visual Studio?

Ctrl+K for Removing Bookmarks Visual Studio contains a characteristic that enables users to add a bookmark. This bookmark can be added to a line of code in a solution.

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.


1 Answers

Taken from lytebyte, you've got two options:

  • Shift + F10
  • That nutty key on the bottom-right of a modern Windows keyboard, the Menu key
like image 79
boflynn Avatar answered Sep 18 '22 17:09

boflynn