Hi, I found this strange behavior of accent shortcuts on UK keyboard as for some users, Windows is interpreting ie. Ctrl + Alt + Shift + O as Shift + Ó and I haven't found a dependency.
Here is the link for testing.
https://jsfiddle.net/5szc0921/4/
Steps to test
- click Console (beta) at the bottom right.
- click anywhere inside white box
- you should be able to see messages print out in the box underneath whenever you pressed button.
If you pressed the combinations, Ctrl + Alt + Shift + O and Ctrl + Alt + O, it should print specific messages of what keys are being pressed.
I've put 4 different cases.
- Found: Ctrl + Alt + Shift + Ó
- Found: Ctrl + Alt + ó
- Found: Shift + Ó
- Found: ó
For those people who having the issue, they cannot reach Case 1 and 2 as whenever they pressed the combination ( Ctrl + Alt + Shift + O & Ctrl + Alt + O ).
It either goes to Case 3 or 4 as the system cannot find Ctrl + Alt.
Any help or suggestion would be much appreciated.