Make shortcuts consistent

This commit is contained in:
Timothy Lim
2019-10-18 19:32:49 +08:00
parent 823a24475c
commit 29788ba82a
3 changed files with 36 additions and 36 deletions

View File

@@ -12,14 +12,16 @@
<section id="customs">
<h3>Shortcuts</h3>
<div class="row">
<label for="displayKeyInput">Show/hide controller</label>
<input id="displayKeyInput" placeholder="press a key" type="text" value=""/>
<select class="customForce" id="displayForce">
<option value="false">Do not disable website key bindings</option>
<option value="true">Disable websites key bindings</option>
</select>
</div>
<div class="row customs" id="display">
<select class="customDo">
<option value="display">Show/hide controller</option>
</select>
<input class="customKey" type="text" value="" placeholder="press a key">
<input class="customValue" type="text" placeholder="value (0.10)">
<select class="customForce">
<option value="false">Do not disable website key bindings</option>
<option value="true">Disable websites key bindings</option>
</select></div>
<div class="row customs" id="slower">
<select class="customDo">
<option value="slower">Decrease speed</option>