Merge pull request #533 from thewheat/show-hide-controller-disable-website-keybinds

Add ability to disable website keybindings for show/hide controller (Fixes: #526)
This commit is contained in:
jacobcolbert
2019-10-20 15:38:26 -04:00
committed by GitHub
3 changed files with 36 additions and 21 deletions

View File

@@ -12,10 +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=""/>
</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>