Possible Duplicate:
Weird keyboard issue

Not strictly speaking a programming question but something that annoys me to no end while programming.

Win7 keeps waiting for a character to be typed after a ", ', ^ etc. How do I turn that off?

link|improve this question
feedback

migrated from stackoverflow.com Jul 21 '10 at 18:53

This question came from our site for professional and enthusiast programmers.

closed as exact duplicate by Ignacio Vazquez-Abrams, Diago Nov 27 '10 at 5:21

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

2 Answers

Change your keyboard layout to something that doesn't have dead keys. Go to Control Panel, search for "keyboard Layout", and click "Change Keyboards or other input methods". When the Region and Language control panel appears, click "Change Keyboards...", and then click "Add" to add a new keyboard layout.

Since you didn't say what your existing keyboard layout is, I can't guide you further.

link|improve this answer
I'm pretty sure I tried that before... Lemme check... – dascandy Jul 21 '10 at 18:18
feedback

this should be moved to superuser, but most likely your problem is that your keyboard layout is set to something funky. try setting it to English (United States) - US keyboard

link|improve this answer
Sorry, didn't know about superuser. I tried that, didn't fix it. Tried to find what else could be causing it. Eventually found what it appears to have been. Unlike previous versions it's not the keyboard setting (or it only works after a reboot), it's the system locale. Switched that to US and then it works. Back to programming! Thanks! – dascandy Jul 21 '10 at 18:26
feedback