mirror of
https://github.com/SoPat712/videospeed.git
synced 2025-08-21 18:08:46 -04:00
add shortcut to reset playback speed
This commit is contained in:
10
options.html
10
options.html
@@ -15,13 +15,17 @@
|
||||
<div class="row">
|
||||
<label for="rewindKeyInput">Rewind</label>
|
||||
<input id="rewindKeyInput" placeholder="press a key" type="text" value=""/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<label for="slowerKeyInput">Slow Down</label>
|
||||
<label for="resetKeyInput">Reset speed</label>
|
||||
<input id="resetKeyInput" placeholder="press a key" type="text" value=""/>
|
||||
</div>
|
||||
<div class="row">
|
||||
<label for="slowerKeyInput">Decrease speed</label>
|
||||
<input id="slowerKeyInput" placeholder="press a key" type="text" value=""/>
|
||||
</div>
|
||||
<div class="row">
|
||||
<label for="fasterKeyInput">Speed Up</label>
|
||||
<label for="fasterKeyInput">Increase speed</label>
|
||||
<input id="fasterKeyInput" placeholder="press a key" type="text" value=""/>
|
||||
</div>
|
||||
</section>
|
||||
|
Reference in New Issue
Block a user