mirror of
https://github.com/videojs/video.js.git
synced 2025-01-02 06:32:07 +02:00
61053bf674
Extend keyboard support for the SeekBar, and pass unhandled keydown events from components back to the player. Switch from raw keycodes to the keycode module. Using `userActions.hotkeys`, which can either be a function to match the hotkeys plugin, or an object with properties like `fullscreenKey`, see the documentation for more info. This is currently off by default, we will consider turning it on by default in the future, see #5765. Fixes #4048, fixes #3022. |
||
---|---|---|
.. | ||
combined-tracks.html.example | ||
descriptions.html.example | ||
embeds.html.example | ||
flash.html.example | ||
focus-visible.html.example | ||
hotkeys.html.example | ||
icons.html.example | ||
index.html.example | ||
language.html.example | ||
live.html.example | ||
liveui.html.example | ||
middleware-play.html.example | ||
plugin.html.example | ||
responsive.html.example | ||
vertical-volume.html.example |