Cosmetic changes to keybindings code

This commit is contained in:
n1474335 2017-11-20 17:45:50 +00:00
parent 8fd08cb2bf
commit 7a2f68e14a
3 changed files with 49 additions and 37 deletions

View file

@ -328,7 +328,7 @@
</div>
<div class="option-item">
<input type="checkbox" option="useMetaKey" id="useMetaKey" />
<label for="errorTimeout"> Use meta (Windows/Command ⌘) key for keybindings </label>
<label for="useMetaKey"> Use meta key for keybindings (Windows ⊞/Command ⌘) </label>
</div>
<div class="option-item">
<input type="number" option="errorTimeout" id="errorTimeout" />
@ -486,7 +486,7 @@
<p>Its the Cyber Swiss Army Knife.</p>
</div>
<div role="tabpanel" class="tab-pane" id="keybindings" style="padding: 20px;">
<table class="table table-condensed table-bordered" id="keybList"></table>
<table class="table table-condensed table-bordered table-hover" id="keybList"></table>
</div>
</div>
</div>