Merge upstream

# Conflicts:
#	inject.js
This commit is contained in:
codebicycle
2018-04-14 13:31:08 +03:00
2 changed files with 17 additions and 4 deletions

View File

@@ -24,6 +24,8 @@ Once the extension is installed simply navigate to any page that offers HTML5 vi
* **X** - advance video by 10 seconds.
* **V** - show/hide the controller.
Some sites may assign other functionality to same shortcut keys — these collisions are inevitable, unfortunately. As a workaround, we listen both for lower and upper case values (i.e. you can use `Shift-<shortcut>`) if there is other functionality assigned to the lowercase key. This is not a perfect solution, as some sites may listen to both, but works most of the time.
_Note: you can customize these shortcut keys in the extension settings page and even make the extension remember your current playback speed._
### FAQ