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
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
..
.well-known Fix whitespace in dnt-policy.txt 6 years ago
css Change font family to better native selection (#679) 5 years ago
fonts Host assets locally 6 years ago
js js: add support for keydown events (#678) 5 years ago
android-chrome-192x192.png image size losslessly reduced with FileOptimizer 6 years ago
android-chrome-512x512.png image size losslessly reduced with FileOptimizer 6 years ago
apple-touch-icon.png image size losslessly reduced with FileOptimizer 6 years ago
browserconfig.xml Add favicon 6 years ago
favicon-16x16.png image size losslessly reduced with FileOptimizer 6 years ago
favicon-32x32.png image size losslessly reduced with FileOptimizer 6 years ago
favicon.ico Add favicon 6 years ago
mstile-150x150.png image size losslessly reduced with FileOptimizer 6 years ago
robots.txt Revert "Update robots.txt" 6 years ago
safari-pinned-tab.svg Add favicon 6 years ago
site.webmanifest Add favicon 6 years ago