New to Kendo UI for jQuery? Start a free 30-day trial
Keyboard Navigation
The keyboard navigation of the MediaPlayer is always available.
To enable it, use the navigatable
property. For a complete example, refer to the demo on using the keyboard navigation of the MediaPlayer.
The MediaPlayer supports the following keyboard shortcuts:
Shortcut | Description |
---|---|
Enter | Opens the video in the full-screen mode. |
Esc | Exits the full-screen mode. |
Space | Toggles the play and pause state. |
M | Toggles the mute and unmute state. |
RightArrow | Seek forward. |
LeftArrow | Seek backward. |
UpArrow | Increase the volume. |
DownArrow | Decrease the volume. |
Control + 1 | Decrease the video quality. |
Control + 2 | Increase the video quality. |