Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unidentified Key Chord in VS2015

This morning I started working on VS2015 and I notice that the Shift+E key is associated to a Key chord.

I can't use it in the editor or any editing stuff (like rename a file in solution explorer)

I can't identify which command it is associated because it is the first part of a chord and I can find any combination that continues the chord.

I also can't locate any command associated to it in the Tools->Options->Environment->Keyboard dialog. The list is huge and I can't search by key.

Please I need help!!! I can't continue to edit the file without using the "E" (uppercase e)

like image 1000
Andre Vianna Avatar asked Aug 10 '15 16:08

Andre Vianna


2 Answers

I found the problem.

The shortcut reassign was done by the latest update of Powershell Tools for VS2015.

That is a nasty bug.

The command changed was: EditorContextMenus.CodeWindow.PowerShell.ExecuteAsScript

It was assigned to "Shift+E, F5" instead of "Shift+Alt+E, F5"

To find out the problem I had to install the Keyboard Shortcut Explorer and export all the shortcuts to xml file an search for the key in Notepad++.

like image 70
Andre Vianna Avatar answered Nov 18 '22 06:11

Andre Vianna


This problem was fixed in version 3.0.177. Update your Visual Studio extensions or download it from https://visualstudiogallery.msdn.microsoft.com/c9eb3ba8-0c59-4944-9a62-6eee37294597

like image 2
John Louros Avatar answered Nov 18 '22 05:11

John Louros