corrections, moved settings section

This commit is contained in:
Jack 2020-07-28 15:57:25 +01:00
parent 39634312a5
commit 5b6358605c

View file

@ -875,7 +875,7 @@
<div class="keymap-key hidden-key">
<span class="letter"></span>
</div>
<div class="keymap-key" id="KeySpace" style="width: 100%;">
<div class="keymap-key" id="KeySpace">
<span class="letter"></span>
</div>
<div class="keymap-key hidden-key">
@ -1058,7 +1058,7 @@
</div>
</div>
<div class="section layouts">
<h1>layout</h1>
<h1>layout override</h1>
<div class="buttons">
</div>
</div>
@ -1128,6 +1128,22 @@
<div class="button off" tabindex="0" onclick="this.blur();">off</div>
</div>
</div>
<div class="section keymapMode">
<h1>keymap</h1>
<div class="text">Displays your current layout while taking a test. React shows what you pressed and Next
shows what you need to press next.</div>
<div class="buttons">
<div class="button" keymapMode="react" tabindex="0" onclick="this.blur();">react</div>
<div class="button" keymapMode="next" tabindex="0" onclick="this.blur();">next</div>
<div class="button" keymapMode="off" tabindex="0" onclick="this.blur();">off</div>
</div>
</div>
<div class="section keymapLayout">
<h1>keymap layout</h1>
<div class="buttons">
</div>
</div>
<div class="section flipTestColors">
<h1>flip test colors</h1>
<div class="text">By default, typed text is brighter than the future text. When enabled, the colors will be
@ -1262,19 +1278,6 @@
<div class="button off" tabindex="0" onclick="this.blur();">hide</div>
</div>
</div>
<div class="section keymap-toggle">
<h1>keymap</h1>
<div class="text">Displays your current layout while taking a test.</div>
<div class="buttons">
<div class="button on" tabindex="0" onclick="this.blur();">show</div>
<div class="button off" tabindex="0" onclick="this.blur();">hide</div>
</div>
</div>
<div class="section keymap-layouts hidden">
<h1>keymap layout</h1>
<div class="buttons">
</div>
</div>
<div class="section keyTips">
<h1>key tips</h1>
<div class="text">Shows the keybind tips at the bottom of the page.</div>