[Tickets #7152] Add pref UI to define keyboard navigation bindings
bugs at horde.org
bugs at horde.org
Mon Aug 4 19:55:47 UTC 2008
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/7152
------------------------------------------------------------------------------
Ticket | 7152
Created By | Michael Slusarz <slusarz at horde.org>
Summary | Add pref UI to define keyboard navigation bindings
Queue | DIMP
Version | HEAD
Type | Enhancement
State | Assigned
Priority | 1. Low
Milestone |
Patch |
Owners | Horde Developers, Michael Slusarz
------------------------------------------------------------------------------
Michael Slusarz <slusarz at horde.org> (2008-08-04 15:55) wrote:
[12:32] cjh: have a text box
[12:33] cjh: capture a single keypress event in that text box
[12:33] cjh: display the result
[12:33] cjh: (test the keypress even for modifier keys, etc)
[12:33] Shpoon: this seems to be something I can ruthlessly rip off
from another page/site
[12:35] cjh: possibly - the place i'm thinking of is the macos
keyboard system preferences panel
[12:35] cjh: but should be pretty easy to do even in web context
[12:36] Shpoon: well, its a simple matter of parsing the Event
object thrown on a JS event trigger
[12:36] cjh: yup
[12:36] Shpoon: check the keyCode, and then check the altKey and
shiftKey properties
[12:36] cjh: and ctrlKey :)
More information about the bugs
mailing list