Summary | Add pref UI to define keyboard navigation bindings |
Queue | IMP |
Queue Version | HEAD |
Type | Enhancement |
State | Accepted |
Priority | 1. Low |
Owners | Horde Developers (at) |
Requester | slusarz (at) horde (dot) org |
Created | 08/04/2008 (6127 days ago) |
Due | |
Updated | 01/08/2009 (5970 days ago) |
Assigned | |
Resolved | |
Milestone | |
Patch | No |
Queue ⇒ IMP
State ⇒ Accepted
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Assigned to
Assigned to Michael Slusarz
Queue ⇒ DIMP
Summary ⇒ Add pref UI to define keyboard navigation bindings
Type ⇒ Enhancement
State ⇒ Assigned
[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 :)