keymap-drawer render

This commit is contained in:
averymd
2025-09-29 17:10:30 +00:00
committed by github-actions[bot]
parent 8e0b207068
commit 454a78bab6
2 changed files with 7 additions and 5 deletions

View File

@@ -410,6 +410,7 @@ path.combo {
<g transform="translate(644, 259)" class="key keypos-57"> <g transform="translate(644, 259)" class="key keypos-57">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
<text x="0" y="0" class="key tap">TAB</text> <text x="0" y="0" class="key tap">TAB</text>
<text x="0" y="24" class="key hold">Sft+TAB</text>
</g> </g>
<g transform="translate(700, 252)" class="key keypos-58"> <g transform="translate(700, 252)" class="key keypos-58">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
@@ -1220,9 +1221,10 @@ path.combo {
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
<text x="0" y="0" class="key tap">Ctl+F</text> <text x="0" y="0" class="key tap">Ctl+F</text>
</g> </g>
<g transform="translate(308, 98)" class="key trans keypos-17"> <g transform="translate(308, 98)" class="key keypos-17">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key trans"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
<text x="0" y="0" class="key trans tap"></text> <text x="0" y="0" class="key tap">TAB</text>
<text x="0" y="24" class="key hold">Sft+TAB</text>
</g> </g>
<g transform="translate(588, 98)" class="key keypos-18"> <g transform="translate(588, 98)" class="key keypos-18">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/> <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

@@ -58,7 +58,7 @@ layers:
- SPACE - SPACE
- RET - RET
- raise - raise
- TAB - {t: TAB, h: Sft+TAB}
- DEL - DEL
- ESC - ESC
lower: lower:
@@ -262,7 +262,7 @@ layers:
- PSCRN - PSCRN
- CMENU - CMENU
- Ctl+F - Ctl+F
- {t: ▽, type: trans} - {t: TAB, h: Sft+TAB}
- PG UP - PG UP
- HOME - HOME
- UP - UP