Fix up/down swapped and space delay

This commit is contained in:
2024-04-12 00:52:31 +02:00
parent 092c27354f
commit f101e8a932
2 changed files with 32 additions and 12 deletions
+2 -2
View File
@@ -241,12 +241,12 @@ path.combo {
<rect rx="6" ry="6" x="-28" y="-26" width="56" height="52" class="key"/>
<text x="0" y="0" class="key tap">BSPC</text>
<text x="0" y="24" class="key hold">symbols</text>
<text x="0" y="-24" class="key shifted">UP</text>
<text x="0" y="-24" class="key shifted">DOWN</text>
</g>
<g transform="translate(510, 196)" class="key keypos-31">
<rect rx="6" ry="6" x="-28" y="-26" width="56" height="52" class="key"/>
<text x="0" y="0" class="key tap">RET</text>
<text x="0" y="-24" class="key shifted">DOWN</text>
<text x="0" y="-24" class="key shifted">UP</text>
</g>
<g class="combo combopos-0">
<rect rx="6" ry="6" x="106" y="15" width="28" height="26" class="combo"/>

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB