Hi,

I have found that the Visual Studio editor goes mad at times and starts typing invalid characters instead of the ones I'm pressing on the keyboard.

This doesn't happen always, but once in a blue moon and the problem gets corrected after a system reboot.

It is happening today. So if you want any further information from me to diagnose this problem, please let me know. I know it will be corrected after system reboot, but not sure why or how or when this problem starts coming up.

The same keys behave all correct in notepad or any other editor or program.

e.g. In Visual Studio, I press keys from top left corner on my keyboard to the bottom right and this is what gets typed:
Code:
' ²&é"'(-è_çà)=*
' azertyuiop^$
' qsdfghjklmù
' wxcvbn,;:!
The same thing in notepad is like this:
Code:
`1234567890-=\
qwertyuiop[]
asdfghjkl;'
zxcvbnm,./
(NB: I have appended the comment mark in VS so that it doesn't alter it on itself. That key produces a different character too. So I copied/pasted from elsewhere to make it work)

Anyone has faced similar problems in the past? Or has any ideas about this problem?