Hacker News new | ask | show | jobs
by LaRakel 5028 days 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.

1 comments

Doh! Thank you!