Add ability to disable website keybindings for show/hide controller

This commit is contained in:
Timothy Lim
2019-10-11 17:29:55 +08:00
parent 5641369385
commit 823a24475c
3 changed files with 15 additions and 0 deletions

View File

@@ -15,6 +15,10 @@
<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="slower">
<select class="customDo">