Controls & keyboard shortcuts
Play, pause, seek, volume, and full keyboard navigation.
Preview
Props & interactive options
| Prop | Type | Default | Description | Try it |
|---|---|---|---|---|
| controls | url param | 1 | Show player controls. | — |
Keyboard shortcuts
Playback & speed
Quick seek
Audio & subtitles
Click on the player first to give it focus, then use these shortcuts.
Documentation
The Videas player provides a complete control bar and full keyboard navigation inspired by YouTube shortcuts. Every action available via mouse click has a keyboard equivalent, making the player fully operable without a pointing device. The keyboard shortcut panel is accessible at any time by clicking the dedicated button in the control bar. Click on the player above to give it focus, then try the shortcuts listed in the preview section.
Code
<div style="padding:56.25% 0 0 0;position:relative;">
<iframe
src="https://app.videas.com/embed/019dcf5b-0c22-731c-8e3c-d24264812bd5/?show_chapters=0"
width="100%" height="100%"
frameborder="0" allowfullscreen
allow="autoplay; fullscreen; picture-in-picture"
style="position:absolute;top:0;left:0"
></iframe>
</div>Frequently asked questions
Do I need to click on the player for the shortcuts to work?
Yes — as with YouTube, the player must have keyboard focus. Click anywhere on the player (or Tab through until the play button is focused) and the shortcuts respond immediately. This prevents accidental keystrokes from hijacking the rest of the page.
Is the player fully operable without a mouse?
Yes. Every control (play, seek, volume, fullscreen, chapters, subtitles, settings…) has a keyboard equivalent, and focus rings are visible on every interactive element. This follows RGAA / WCAG 2.1 best practices for video player accessibility.
Can I hide the controls but keep keyboard shortcuts active?
Yes. Set <code>controls=0</code> in the embed URL: the control bar disappears from the UI but Space, arrows, F, M and the other shortcuts keep working as long as the player has focus.