[Webkit-unassigned] [Bug 41016] REGRESSION: keycode for "N" changes when command+option are down

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 22 16:03:35 PDT 2010


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


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|Major                       |Normal
          Component|HTML DOM                    |WebCore Misc.




--- Comment #3 from Alexey Proskuryakov <ap at webkit.org>  2010-06-22 16:03:35 PST ---
That's key code for tilde, the character one can see in Keyboard Viewer at N position with Cmd+Option depressed. It's usual location on Apple U.S. keyboards is to the left of '1' key.

Per bug 37776, Cmd-key combos have to use translated character code to produce key codes, and not physical key code. But doing so makes us handle Cmd+Option+N as tilde.

Cmd+Option+N should produce 'N' keyCode for U.S. keyboard, same for Dvorak-QWERTY keyboard, but 'B' keyCode for plain Dvorak keyboard. This is tricky, I'm not sure how to implement such a rule.

-- 
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