Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Shortcut to Find a file and Navigate to it no longer works

In VS2015, the shortcut to Find a file and Navigate it no longer works.

Where is the keybinding located for setting the shortcut to find and navigate to a file?

Specifically, I want to remap the "Ctrl + ," shortcut to Find a file and Navigate to it.

like image 595
Scott Nimrod Avatar asked Jul 11 '15 14:07

Scott Nimrod


People also ask

What is the shortcut key for navigate?

The Tab key will navigate through the various fields. A Shift+Tab moves backwards in the navigation between those items. Once you have landed on an area within the dialogue box, you may need to use the up, down, left, or right arrows to make a more specific choice.

Which option of the shortcut menu helps you to move a file?

Press the keyboard shortcut Command + C . Move to the location you want to move the files and press Option + Command + V to move the files.

How do I navigate between files?

Invoke the Switcher using Ctrl + Tab on Windows/Linux or ^ + Tab on macOS. Pro tip: You can use it to quickly switch between the previous file and the current one using the shortcut. If you want to browse the whole list, use the shortcut and hold Ctrl on Windows/Linux or Shift on macOS.


2 Answers

The command name is Edit.NavigateTo. In VS 2015 RC the default keyboard shortcut to it is still Ctrl + , in the Global scope.

like image 97
Sergey Vlasov Avatar answered Sep 27 '22 19:09

Sergey Vlasov


The shortcut is still Ctrl + ,, if you want to remap it you can go to Tools-->Options-->Environment to edit shortcuts. You may also restart VS or try to update to the latest version.

like image 31
aJetHorn Avatar answered Sep 27 '22 19:09

aJetHorn