mirror of
https://github.com/SoPat712/videospeed.git
synced 2025-08-21 18:08:46 -04:00
Playback at "fast" speed (#203)
Added new custom key ("G") to jump to a favorite "fast speed", which is also configurable.
This commit is contained in:

committed by
Ilya Grigorik

parent
7437c3a2c9
commit
b3db296c0a
@@ -32,6 +32,10 @@
|
||||
<label for="fasterKeyInput">Increase speed</label>
|
||||
<input id="fasterKeyInput" placeholder="press a key" type="text" value=""/>
|
||||
</div>
|
||||
<div class="row">
|
||||
<label for="fastKeyInput">Preferred speed</label>
|
||||
<input id="fastKeyInput" placeholder="press a key" type="text" value=""/>
|
||||
</div>
|
||||
<div class="row">
|
||||
<label for="displayKeyInput">Show/hide controller</label>
|
||||
<input id="displayKeyInput" placeholder="press a key" type="text" value=""/>
|
||||
@@ -56,6 +60,10 @@
|
||||
<label for="speedStep">Speed Change Step</label>
|
||||
<input id="speedStep" type="text" value=""/>
|
||||
</div>
|
||||
<div class="row">
|
||||
<label for="fastSpeed">Preferred Speed (x)</label>
|
||||
<input id="fastSpeed" type="text" value=""/>
|
||||
</div>
|
||||
<div class="row">
|
||||
<label for="rememberSpeed">Remember Playback Speed</label>
|
||||
<input id="rememberSpeed" type="checkbox"/>
|
||||
|
Reference in New Issue
Block a user