[Webkit-unassigned] [Bug 23849] Keyboard shortcuts needed in Web Inspector

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 30 02:31:42 PDT 2009


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





------- Comment #14 from yurys at chromium.org  2009-06-30 02:31 PDT -------
(In reply to comment #12)
> It would also be better to use keyIdentifier instead of keyCode (e.g.
> event.keyIdentifier === "Right").
> 

On Windows pressing F10 gives me keyIdentifier F11, pressing F11 gives U+005A.
Also for most of the other keys it's something like U+00BF which means it would
require introducing constants for those keys anyway. Using uniform numerical
constants for keyCode values looks more convenient.


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



More information about the webkit-unassigned mailing list