keymap-drawer render

This commit is contained in:
averymd
2025-09-16 17:03:33 +00:00
committed by github-actions[bot]
parent dec4cff3bc
commit 842f60adc7
2 changed files with 5 additions and 5 deletions

View File

@@ -189,7 +189,8 @@ path.combo {
</g>
<g transform="translate(28, 119)" class="key keypos-12">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
<text x="0" y="0" class="key tap">BSPC</text>
<text x="0" y="0" class="key tap">=</text>
<text x="0" y="24" class="key hold">Sft+=</text>
</g>
<g transform="translate(84, 119)" class="key keypos-13">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
@@ -248,8 +249,7 @@ path.combo {
</g>
<g transform="translate(28, 175)" class="key keypos-24">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
<text x="0" y="0" class="key tap">=</text>
<text x="0" y="24" class="key hold">Sft+=</text>
<text x="0" y="0" class="key tap">BSPC</text>
</g>
<g transform="translate(84, 175)" class="key keypos-25">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>

Before

Width:  |  Height:  |  Size: 60 KiB

After

Width:  |  Height:  |  Size: 60 KiB

View File

@@ -13,7 +13,7 @@ layers:
- {t: '9', h: Sft+9}
- {t: '0', h: Sft+0}
- {t: '-', h: Sft+-}
- BSPC
- {t: '=', h: Sft+=}
- {t: Q, h: Sft+Q}
- {t: W, h: Sft+W}
- {t: E, h: Sft+E}
@@ -25,7 +25,7 @@ layers:
- {t: O, h: Sft+O}
- {t: P, h: Sft+P}
- {t: \, h: Sft+\}
- {t: '=', h: Sft+=}
- BSPC
- {t: A, h: Sft+A}
- {t: S, h: Sft+S}
- {t: D, h: Sft+D}