mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-21 09:23:00 +00:00
fix: can't type in the terminal
This commit is contained in:
@@ -28,8 +28,18 @@
|
|||||||
A quick, single key press and release used to indicate a suffix, prefix, or modifier to be associated
|
A quick, single key press and release used to indicate a suffix, prefix, or modifier to be associated
|
||||||
with a chord.
|
with a chord.
|
||||||
</p>
|
</p>
|
||||||
|
<p>The following keys have special behavior when arpeggiates are enabled:</p>
|
||||||
|
<ul>
|
||||||
|
<li><kbd>,</kbd>, <kbd>;</kbd> and <kbd>:</kbd> will be placed before the auto-inserted space</li>
|
||||||
|
<li>
|
||||||
|
<kbd>.</kbd>, <kbd>?</kbd> and <kbd>!</kbd> will be placed before the auto-inserted space and capitalize
|
||||||
|
the next word
|
||||||
|
</li>
|
||||||
|
<li><kbd>-</kbd> will replace the auto-inserted space</li>
|
||||||
|
</ul>
|
||||||
<label
|
<label
|
||||||
>Tolerance<span class="unit"><input type="number" step="1" use:setting={{id: 54}} />ms</span></label
|
>Timeout After Chord<span class="unit"><input type="number" step="1" use:setting={{id: 54}} />ms</span
|
||||||
|
></label
|
||||||
>
|
>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
@@ -99,7 +109,7 @@
|
|||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>Device</legend>
|
<legend>Device</legend>
|
||||||
<label>Boot message<input type="checkbox" use:setting={{id: 93}} /></label>
|
<label>Boot message<input type="checkbox" use:setting={{id: 93}} /></label>
|
||||||
<label>Realtime Feedback<input type="checkbox" use:setting={{id: 92}} /></label>
|
<label>GTM Realtime Feedback<input type="checkbox" use:setting={{id: 92}} /></label>
|
||||||
<label>
|
<label>
|
||||||
Operating System
|
Operating System
|
||||||
<select>
|
<select>
|
||||||
@@ -127,14 +137,14 @@
|
|||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
form {
|
form {
|
||||||
overflow: hidden;
|
overflow-y: auto;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: row wrap;
|
flex-flow: row wrap;
|
||||||
gap: 16px;
|
gap: 16px;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
||||||
max-width: 30cm;
|
|
||||||
margin-block: auto;
|
margin-block: auto;
|
||||||
|
padding-block-end: 48px;
|
||||||
}
|
}
|
||||||
|
|
||||||
legend,
|
legend,
|
||||||
@@ -221,6 +231,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul,
|
||||||
p {
|
p {
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,5 +17,6 @@
|
|||||||
|
|
||||||
width: calc(min(100%, 28cm));
|
width: calc(min(100%, 28cm));
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
margin-block-end: 48px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user