mirror of https://github.com/jitsi/jitsi-meet
fix(keyboard-shortcuts): process Unidentified keys (#2813)
* fix(keyboard-shortcuts): process Unidentified keys When processing keyboard events for keyboard shortcuts, if the value of an event's "key" attribute is "Unidentified", the event should be further processed instead of the "key" being returned to be mapped to a registered keyboard shortcut. This occurs on edge, where question mark has the key "Unidentified" but has the proper keyCode of 191. * squash: add commentpull/2827/head jitsi-meet_2967
parent
8e42a7b034
commit
5b7b373e21
Loading…
Reference in new issue