New to Telerik UI for ASP.NET CoreStart a free 30-day trial

Keyboard Navigation

The keyboard navigation of the MediaPlayer is disabled by default.

To enable it, use the Navigatable(true) configuration.

Razor
    @(Html.Kendo().MediaPlayer()
        .Name("mediaPlayer")
        .Navigatable(true)
        /* Other configuration. */
    )

For a complete example, refer to the demo on using the keyboard navigation of the MediaPlayer.

The MediaPlayer supports the following keyboard shortcuts:

ShortcutDescription
EnterOpens the video in the full-screen mode.
EscExits the full-screen mode.
SpaceToggles the play and pause state.
MToggles the mute and unmute state.
Right ArrowSeeks forward.
Left ArrowSeels backward.
Up ArrowIncreases the volume.
Down ArrowDecreases the volume.
Ctrl + 1Decreases the video quality.
Ctrl + 2Increases the video quality.

See Also

In this article
See Also
Not finding the help you need?
Contact Support