You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs-aspnet/html-helpers/media/mediaplayer/accessibility/keyboard-navigation.md
+27-23Lines changed: 27 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,41 +9,45 @@ position: 2
9
9
10
10
# Keyboard Navigation
11
11
12
-
The keyboard navigation of the MediaPlayer is always available.
12
+
The keyboard navigation of the MediaPlayer is disabled by default.
13
13
14
-
To enable it, use the `Navigatable(true)` configuration. For a complete example, refer to the [demo on using the keyboard navigation of the MediaPlayer](https://demos.telerik.com/{{ site.platform }}/mediaplayer/keyboard-navigation).
15
-
16
-
The MediaPlayer supports the following keyboard shortcuts:
17
-
18
-
|Shortcut |Description
19
-
|:--- |:---
20
-
|`Enter` |Opens the video in the full-screen mode.
21
-
|`Esc` |Exits the full-screen mode.
22
-
|`Space` |Toggles the play and pause state.
23
-
|`M` |Toggles the mute and unmute state.
14
+
To enable it, use the [`Navigatable(true)`](/api/kendo.mvc.ui.fluent/mediaplayerbuilder#navigatablesystemboolean) configuration.
For a complete example, refer to the [demo on using the keyboard navigation of the MediaPlayer](https://demos.telerik.com/{{ site.platform }}/mediaplayer/keyboard-navigation).
34
+
35
+
The MediaPlayer supports the following keyboard shortcuts:
36
+
37
+
|Shortcut |Description
38
+
|:--- |:---
39
+
|`Enter` |Opens the video in the full-screen mode.
40
+
|`Esc` |Exits the full-screen mode.
41
+
|`Space` |Toggles the play and pause state.
42
+
|`M` |Toggles the mute and unmute state.
43
+
|`Right Arrow` |Seeks forward.
44
+
|`Left Arrow` |Seels backward.
45
+
|`Up Arrow` | Increases the volume.
46
+
|`Down Arrow` | Decreases the volume.
47
+
|`Ctrl` + `1` | Decreases the video quality.
48
+
|`Ctrl` + `2` | Increases the video quality.
49
+
50
+
47
51
## See Also
48
52
49
53
*[Keyboard Navigation by the MediaPlayer HtmlHelper for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/mediaplayer/keyboard-navigation)
0 commit comments