[Webkit-unassigned] [Bug 202183] [Win] Update KeyboardEvent as per the latest specification
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Sep 26 22:00:01 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=202183
--- Comment #2 from Fujii Hironori <Hironori.Fujii at sony.com> ---
Windows WM_KEYDONW has only key code, but charactor information which is needed for KeyboardEvent.key.
In Chromium, PlatformKeyMap::DomKeyFromKeyboardCodeImpl converts a key code to a charactor code by using the current keyboard layout information.
PlatformKeyMap::UpdateLayout builds mapping table by using ToUnicodeEx.
Issue 1585193002: Build key map DomCodeToKey() for Windows - Code Review
https://codereview.chromium.org/1585193002
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190927/8b94f106/attachment.html>
More information about the webkit-unassigned
mailing list