5 ms·
Those are two keys. Key codes are not character codes. Keycodes don't change if you switch to another keyboard layout. Key combinations don't have separate cod
by LaRakel 14y ago
Those are two keys. Key codes are not character codes.
Keycodes don't change if you switch to another keyboard layout.
Key combinations don't have separate codes.
In code you could listen for keydown on the code for shift, and then for the code for the other key.
- TomGullen 14y agoDoh! Thank you!