Search and Top Navigation
#7472 closed enhancement (wontfix)
Opened June 13, 2011 08:11PM UTC
Closed June 14, 2011 11:53AM UTC
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
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?
Attachments (0)
Change History (3)
Changed June 13, 2011 08:11PM UTC by comment:1
Changed June 13, 2011 08:18PM UTC by comment:2
description: | \ 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? → \ 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? |
---|
Changed June 14, 2011 11:53AM UTC by comment:3
resolution: | → wontfix |
---|---|
status: | new → closed |
This type of functionality belongs at the application level, not at the widget level.
(formatting issue on the caret character)