- From: Gary Kacmarcik <notifications@github.com>
- Date: Mon, 22 Apr 2019 11:40:35 -0700
- To: w3c/uievents <uievents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 22 April 2019 18:40:57 UTC
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