Press Alt + AccessKey
in IE / Chrome, Alt + Shift
+ AccessKey in FireFox,
Shift + Esc + AccessKey
in Opera, or use Tab to move to and focus the control.
Note: By default tab-access is disabled in Safari. To enable it,
check "Preferences > Advanced > Press tab to highlight each item on the page".
Focus
- Alt + I focuses the control. (I is
the AccessKey)
Note: The focus must be on the control in order to execute a command
using its shortcut.
- F10 - focuses the Toolbar
RadImageEditor has assigned the the following built-in shortcuts
- Tab - navigate through toolbar buttons after it is focused
- Esc - closes the currently
focused dialog window
- Ctrl + Z
- Undo the last modification
- Ctrl + Y
- Redo the previous returned modification
Also, RadImageEditor offers the posibility to assign custom shortcuts
or modify the existing one by setting the ShortCut property to the tool
declaration, or using addShortCut(), removeShortCut() and setShortCut()
client-side methods.
In this demo we have assigned custom keyboard shortcuts for the following commands:
- Ctrl + P - Print
- Ctrl + S - Save
- Ctrl + LeftArrow - RotateLeft
- Ctrl + RightArrow - RotateRight