Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio hot keys change occasionally, specifically F6 vs Ctrl-Shift-B for building. WHY?

I always press F6 to build my project. Suddenly some of my Visual Studio instances are wanting me to use Ctrl-Shift-B. It's not keyboard related - the actual text of the menu option changes from "F6" to "Ctrl-Shift-B".

Any answers as to how to fix, and what causes this?

like image 486
TheSoftwareJedi Avatar asked May 12 '09 19:05

TheSoftwareJedi


People also ask

What does shift Ctrl F6 do?

Ctrl + Shift + F6 opens to another open Microsoft Word document.

How do I change the shortcut keys in Visual Studio?

Customize a keyboard shortcutOn the menu bar, choose Tools > Options. Expand Environment, and then choose Keyboard.


2 Answers

Keyboard mapping corruption issue perhaps? Check Tools / Options, Environment / Keyboard. Should see a drop-down for your Keyboard mapping scheme and next to it a Reset button. Hit the reset button.

I'm not responsible for this screwing with your settings - save them prior to doing this just in case you screw the pooch.

Oh, in case the narcs out there care, I think this is a valid question and would be put out if someone voted to close it. Of course now that I've said that, its a certaintity, isn't it?

like image 165
ScottCher Avatar answered Oct 24 '22 19:10

ScottCher


Your keyboard scheme has changed - go to Tools/Options/Environment/Keyboard and set the default keyboard scheme to 'Visual C# 2005'

like image 44
stuartd Avatar answered Oct 24 '22 18:10

stuartd