Changes between Initial Version and Version 2 of Ticket #7472
- Timestamp:
- Jun 13, 2011, 4:18:18 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7472 – Description
initial v2 2 2 For accessibility and general usability, dialog buttons should be enhanced to support keyboard shortcuts. 3 3 4 buttons: [ { keyshortcut: ' ^S'; text: 'Save'; click: onclick } ]4 buttons: [ { keyshortcut: '!^S'; text: 'Save'; click: onclick } ] 5 5 6 6 ... makes a Save button with an indication that ctrl+S is the hotkey. Not sure about supporting SHIFT and ALT besides CTRL.