mirror of
https://github.com/SoPat712/videospeed.git
synced 2025-08-21 18:08:46 -04:00
Add advance capability; Allow Changes when paused
This commit is contained in:
@@ -16,6 +16,10 @@
|
||||
<label for="rewindKeyInput">Rewind</label>
|
||||
<input id="rewindKeyInput" placeholder="press a key" type="text" value=""/>
|
||||
</div>
|
||||
<div class="row">
|
||||
<label for="advanceKeyInput">Advance</label>
|
||||
<input id="advanceKeyInput" placeholder="press a key" type="text" value=""/>
|
||||
</div>
|
||||
<div class="row">
|
||||
<label for="resetKeyInput">Reset speed</label>
|
||||
<input id="resetKeyInput" placeholder="press a key" type="text" value=""/>
|
||||
@@ -35,6 +39,10 @@
|
||||
<div class="row">
|
||||
<label for="rewindTime">Rewind Time (s)</label>
|
||||
<input id="rewindTime" type="text" value=""/>
|
||||
</div>
|
||||
<div class="row">
|
||||
<label for="advanceTime">Advance Time (s)</label>
|
||||
<input id="advanceTime" type="text" value=""/>
|
||||
</div>
|
||||
<div class="row">
|
||||
<label for="speedStep">Speed Change Step</label>
|
||||
|
Reference in New Issue
Block a user