This example demonstrates how you can use the keyboard to control a RadImageButton. You can focus a button by using the
Tab key if you set the TabIndex property of RadImageButton according to the desired flow of the page.
In addition, you can use a shortcut if you set the AccessKey property. In this demo the
AccessKey property of the Previous, Play and Next buttons are set respectively to "B", "P" and "F". You can also use the Tab key
to focus it and Space/Enter to execute its click. Press
Alt+AccessKey in IE and Chrome,
Shift+Alt+AccessKey for Firefox
and Shift+Esc+AccessKey for Opera.
To execute a selected Image button press the Enter or Space key when it is focused.
Note: By default tab-access is disabled in Safari. To enable it, check "Preferences > Advanced > Press tab to highlight each item on the page".