mirror of
https://github.com/SoPat712/videospeed.git
synced 2025-08-21 18:08:46 -04:00
Merge upstream up to 0.5.9
This commit is contained in:
@@ -19,14 +19,17 @@ Once the extension is installed simply navigate to any page that offers HTML5 vi
|
||||
|
||||
* **S** - decrease playback speed.
|
||||
* **D** - increase playback speed.
|
||||
* **R** - reset playback speed.
|
||||
* **R** - reset playback speed to 1.0x.
|
||||
* **Z** - rewind video by 10 seconds.
|
||||
* **X** - advance video by 10 seconds.
|
||||
* **G** - toggle between current and user configurable preferred speed.
|
||||
* **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.
|
||||
You can customize and reassign the default shortcut keys in the extensions settings page, as well as add additional shortcut keys to match your preferences. For example, you can assign multiple different "preferred speed" shortcuts with different values, which will allow you to quickly toggle between your most commonly used speeds. To add a new shortcut, open extension settings and click "Add New".
|
||||
|
||||
_Note: you can customize these shortcut keys in the extension settings page and even make the extension remember your current playback speed._
|
||||

|
||||
|
||||
Some sites may assign other functionality to one of the assigned shortcut keys — these collisions are inevitable, unfortunately. As a workaround, the extension listens 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.
|
||||
|
||||
### FAQ
|
||||
|
||||
|
Reference in New Issue
Block a user