I have a Samsung laptop running Windows 8.1 in front of me, which has the following symptoms:
- When holding down the Windows key, the start menu opens, closes, opens, closes at a high rate
Holding down the ALT key causes the following events
keyup keyCode=17 which=17 charCode=0 keydown keyCode=18 which=18 charCode=0 keyup keyCode=17 which=17 charCode=0 keydown keyCode=18 which=18 charCode=0 keyup keyCode=17 which=17 charCode=0 keydown keyCode=18 which=18 charCode=0 keyup keyCode=17 which=17 charCode=0 keydown keyCode=18 which=18 charCode=0 keyup keyCode=17 which=17 charCode=0 keydown keyCode=18 which=18 charCode=0 keyup keyCode=17 which=17 charCode=0 keydown keyCode=18 which=18 charCode=0 keyup keyCode=17 which=17 charCode=0 keydown keyCode=18 which=18 charCode=0 keyup keyCode=17 which=17 charCode=0 keydown keyCode=18 which=18 charCode=0 keyup keyCode=17 which=17 charCode=0 keyup keyCode=18 which=18 charCode=0
When trying this on other PC's, the output is (as expected)
keydown keyCode=18 which=18 charCode=0 keydown keyCode=18 which=18 charCode=0 keydown keyCode=18 which=18 charCode=0 keydown keyCode=18 which=18 charCode=0 keydown keyCode=18 which=18 charCode=0 keyup keyCode=18 which=18 charCode=0
Note the "fake" key-up events.
- The Alt Gr key cannot be used to produce special symbols like €, @ and #. When using CTRL+ALT instead of Alt Gr, these symbols can be produced.
- Doing the same through an external USB keyboard causes the same issues.
All of these symptoms persist even when running in safe mode. How do I go about diagnosing the issue at hand?