Opened 12 years ago

Closed 12 years ago

#7472 closed enhancement (wontfix)

Dialog button keyboard shortcuts

Reported by: jdk Owned by:
Priority: minor Milestone: 1.9.0
Component: ui.dialog Version: 1.8.13
Keywords: Cc:
Blocked by: Blocking:

Description (last modified by Scott González)

For accessibility and general usability, dialog buttons should be enhanced to support keyboard shortcuts.

buttons: [ { keyshortcut: '^S'; text: 'Save'; click: onclick } ]

... makes a Save button with an indication that ctrl+S is the hotkey. Not sure about supporting SHIFT and ALT besides CTRL.

I'm surprised to not see this as an existing enhancement. Did I miss it?

Change History (3)

comment:1 Changed 12 years ago by jdk

(formatting issue on the caret character)

comment:2 Changed 12 years ago by Scott González

Description: modified (diff)

comment:3 Changed 12 years ago by Scott González

Resolution: wontfix
Status: newclosed

This type of functionality belongs at the application level, not at the widget level.

Note: See TracTickets for help on using tickets.