---
title: Keyboard Navigation
page_title: Keyboard Navigation - Media Player - Kendo UI for Vue
description: "Explore the keyboard navigation options provided by the Kendo UI MediaPlayer wrapper for Vue."
slug: keyboard_navigation_mediaplayer
position: 1
---

<div><WrapperBanner></WrapperBanner></div>

# Keyboard Navigation

The keyboard support of the MediaPlayer is always available.

The MediaPlayer supports the following keyboard shortcuts:

| SHORTCUT    | DESCRIPTION |
|:---         |:--- |
| `Space`     | Toggles **Play** and **Pause**.|
| `Enter`     | Opens the video in **FullScreen** mode.|
| `Esc`       | Exits the **FullScreen** mode.|
| `M`         | Toggles **Mute** and **Unmute**.|

{% meta height:430 %}
{% embed_file keyboard/main.vue preview %}
{% embed_file keyboard/main.js %}
{% endmeta %}

## Suggested Links

* [Kendo UI MediaPlayer for jQuery](https://docs.telerik.com/kendo-ui/controls/media/mediaplayer/overview)
* [API Reference of MediaPlayer Widget](https://docs.telerik.com/kendo-ui/api/javascript/ui/mediaplayer)
