You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
invidious/assets/js
leonklingele e6b4e12689 js: add support for keydown events (#678)
* js: add support for keydown events

This will modify the player behavior even if the player element is unfocused.

Based on the YouTube key bindings, allow to

- toggle playback with space and 'k' key
- increase and decrease player volume with up / down arrow key
- mute and unmute player with 'm' key
- jump forwards and backwards by 5 seconds with right / left arrow key
- jump forwards and backwards by 10 seconds with 'l' / 'j'  key
- set video progress with number keys 0–9
- toggle captions with 'c' key
- toggle fullscreen mode with 'f' key
- play next video with 'N' key
- increase and decrease playback speed with '>' / '<' key

* js: remove unused dependency 'videojs.hotkeys.min.js'

Support for controlling the player volume by scrolling over it is
still retained by copying over the relevant code part from the
aforementioned library.
5 years ago
..
community.js
embed.js
notifications.js
player.js js: add support for keydown events (#678) 5 years ago
silvermine-videojs-quality-selector.min.js
sse.js
subscribe_widget.js
themes.js Add prefers-color-scheme support (#601) 5 years ago
video.min.js
videojs-contrib-quality-levels.min.js
videojs-http-source-selector.min.js Update videojs-http-source-selector 5 years ago
videojs-markers.min.js
videojs-overlay.min.js
videojs-share.min.js
videojs-vtt-thumbnails.min.js
videojs-youtube-annotations.min.js
watch.js js: add support for keydown events (#678) 5 years ago
watched_widget.js