add shortcut to reset playback speed

This commit is contained in:
Ilya Grigorik
2015-05-17 20:42:23 -07:00
parent 9a7cd25d50
commit 42c357804d
3 changed files with 36 additions and 25 deletions

View File

@@ -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>