Re: [w3c/uievents] Proposal: Add KeyboardEvent.unmodifiedKey (#229)

The proposed solution for this problem is Keyboard Map:
https://wicg.github.io/keyboard-map/

(Link to original proposal: https://github.com/WICG/keyboard-map/blob/master/proposal.md)

For this, you would record the `code` for the shortcut, and then use the KeyboardMap API to get the key name that you can show to the user.  Note that the key name is restricted to ASCII-capable layouts.


-- 
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/229#issuecomment-485508186

Received on Monday, 22 April 2019 18:40:57 UTC