vote up 1 vote down star

Every now and then my keyboard in Visual Studio gets all screwy. For example Shift + 3 inserts a pound symbol instead of a hash #. Shift + \ inserts a tilde ~ instead of a pipe |. When this happens it only affects the current instance of VS - even if I have multiple VS windows open. Only VS is affected - Notepad and other windows apps are fine. Closing and then reopening the solution I was working on in a new VS 2008 instance resolves the problem.

Does anyone have any idea what key combination I have accidentally pressed to cause this? And how to revert it?

flag
What does it say in Tools/Options/Environment/International settings for the language? – Robert Harvey Nov 4 at 3:33
English. The only other option is "Same as Microsoft Windows". – Evs Nov 4 at 4:38

1 Answer

vote up 3 vote down check

I had a similar problem (on Windows XP), where my keyboard settings would change without me knowing. @ would swap with “, # with /, etc. It turned out that there’s a built-in Windows keyboard shortcut to swap between keyboard layouts, and it’s ALT + Shift! I must have been accidentally pressing these together every so often.

I fixed the problem by going into the Control Panel, selecting 'Regional and Language Options', then moving to the Language tab and clicking the Details button. This shows you a list of all the alternative keyboard layouts that you have available. I just deleted all but the one I wanted, so that I no longer have an alternative layout to swap to.

link|flag
+1. I use this feature all the time :D. Changing the keyboard layout is per-application, which explains the OP's behaviour. I'd bet OP also has UK keyboard installed. – Bahbar Nov 8 at 20:32
Thank you so much! – Evs Nov 12 at 23:37

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.