Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why does "Alt Gr + {" open the Task Runner in VS 2015 RC

Everything was working perfect. Today suddenly VS 2015 RC started to open the Task Runner instead of what it should do "{".

Any suggestions?

When I open Notepad it works.

I guess the issue is somehow related to the fact that the shortcut is similar to Ctrl Gr + ä.

I never changed anything. Strange. How to fix this?

Ctrl Gr

like image 236
Matthias Avatar asked Jul 07 '15 10:07

Matthias


1 Answers

I don't know why that happened, but you can try the following to fix it:

  1. Open Tools - Options, select Environment - Keyboard.
  2. Under "Show commands containing", type taskrunner.
  3. The View.TaskRunnerExplorer entry will appear in the list. Select it.
  4. Select the offending shortcut in the "Shortcuts for selected command" list, and click "Remove". Or, you can also focus the textbox under "Press shortcut keys", press a new key combination, and click "Assign" (although I'm not sure if this will remove the old one).
like image 191
Konamiman Avatar answered Dec 04 '22 16:12

Konamiman