[Webkit-unassigned] [Bug 47234] [BREWMP] Translate key code in PlatformKeyboardEvent with IKeysMapping

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 5 18:07:30 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=47234


Kwang Yul Seo <kwangyul.seo at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kwangyul.seo at gmail.com




--- Comment #2 from Kwang Yul Seo <kwangyul.seo at gmail.com>  2010-10-05 18:07:30 PST ---
IKeysMapping maps an AVK key code and modifier combination to the intended character. For example, AVK_RALT + 'e' becomes 1 and AVK_LSHIFT + 'a' becomes 'A' in a certain device. Because kep mappings are different among devices, we need IKeysMapping abstraction.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list