I'm using MacBook Pro late 2011 with Yosemite 10.10.2
Today, all of the sudden, the right arrow adds a comma most of the times when I press it and the up arrow adds a dot most of the times.
Things I tried:
- Reset PRAM settings
- Use guest account and tested in Safari
- Closed all programs that I could
- I opened in safe mode
- I disabled all the Shortcuts in: System Preferences > Keyboard > Shortcuts
- I changed the input sources language from US to British
- I searched all the internet for similar issues
Video of how it happens https://www.youtube.com/watch?v=i0M1vYLmv4I
Javascript event catcher produces:
keydown keyCode=188 which=188 charCode=0
keypress keyCode=44 (,) which=44 (,) charCode=44 (,)
keyup keyCode=188 which=188 charCode=0
keyup keyCode=39 (') which=39 (') charCode=0
I'm out of ideas, any help please?