Reputation: 17648
For some reason in my VS2013 environment shift+E
is assigned to some keyboard command, where additional input is required (see image).
This is extremely frustrating when typing something like:
IEvent event = ...
Reset procedure through tools->options-> as described here http://blogs.msdn.com/b/zainnab/archive/2010/08/05/keyboard-shortcuts-reset-all-your-shortcuts-vstiptool0064.aspx
doesn't seem to work.
Does anybody know how to find and reset this shortcut?
Upvotes: 0
Views: 163
Reputation: 1377
You can also reset Visual Studio settings through Tools | Import and Export Settings.... Select "Import selected environment settings" and click Next. Choose whether or not to save your current settings or not and click Next. Select whichever of the default settings you wish to reset your keyboard shortcuts to and click Next. Then uncheck every setting except for Options > Environment > Keyboard and click Finish.
Upvotes: 1