## Managing the Focus


The MediaPlayer is a single tab-stop component. All the button actions available for mouse users are also available via keyboard shortcuts.

## Keyboard Shortcuts

| Shortcut | Behavior |
| -------- | -------- |
| `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. |
| `F` | Open and close the full screen. |
| `M` | Mute and Unmute the sound. |
| `Space` | Play and Pause the video. |
| `Esc` | Close the full screen. |
