Re: [w3c/uievents] "keyCode" is the only way to work with KeyboardEvents now (#267)

To identify the key that produces the 't' character, you can use the [Keyboard Map API](https://wicg.github.io/keyboard-map/). This will tell you which `code` is associated with each character.

Because of how inconsistent the currently implementations of `keyCode` are, it is not practical to specify the current behavior.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/uievents/issues/267#issuecomment-652682053

Received on Wednesday, 1 July 2020 22:45:31 UTC