[Draw] add taps

This commit is contained in:
Ajetski 2025-10-22 21:13:31 +00:00 committed by github-actions[bot]
parent cf71e11e41
commit 9e1e91d53b
2 changed files with 14 additions and 9 deletions

View File

@ -366,27 +366,32 @@ rect.held, rect.combo.held {
<g transform="translate(84, 105)" class="key keypos-14">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key side"/>
<rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key"/>
<text x="0" y="-4" class="key tap">&amp;td0</text>
<text x="0" y="-4" class="key tap">A</text>
<use href="#mdi:apple-keyboard-control" xlink:href="#mdi:apple-keyboard-control" x="-8" y="9" height="15" width="15.0" class="key hold glyph mdi:apple-keyboard-control"/>
</g>
<g transform="translate(140, 91)" class="key keypos-15">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key side"/>
<rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key"/>
<text x="0" y="-4" class="key tap">&amp;td1</text>
<text x="0" y="-4" class="key tap">S</text>
<use href="#mdi:apple-keyboard-shift" xlink:href="#mdi:apple-keyboard-shift" x="-8" y="9" height="15" width="15.0" class="key hold glyph mdi:apple-keyboard-shift"/>
</g>
<g transform="translate(196, 84)" class="key keypos-16">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key side"/>
<rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key"/>
<text x="0" y="-4" class="key tap">&amp;td2</text>
<text x="0" y="-4" class="key tap">D</text>
<use href="#mdi:apple-keyboard-option" xlink:href="#mdi:apple-keyboard-option" x="-8" y="9" height="15" width="15.0" class="key hold glyph mdi:apple-keyboard-option"/>
</g>
<g transform="translate(252, 91)" class="key keypos-17">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key side"/>
<rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key"/>
<text x="0" y="-4" class="key tap">&amp;td3</text>
<text x="0" y="-4" class="key tap">F</text>
<use href="#mdi:apple-keyboard-command" xlink:href="#mdi:apple-keyboard-command" x="-8" y="9" height="15" width="15.0" class="key hold glyph mdi:apple-keyboard-command"/>
</g>
<g transform="translate(308, 97)" class="key keypos-18">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key side"/>
<rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key"/>
<text x="0" y="-4" class="key tap">G</text>
<text x="0" y="24" class="key hold"><tspan style="font-size: 75%">Meh+LGUI</tspan></text>
</g>
<g transform="translate(490, 97)" class="key keypos-19">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key side"/>

Before

Width:  |  Height:  |  Size: 94 KiB

After

Width:  |  Height:  |  Size: 95 KiB

View File

@ -15,11 +15,11 @@ layers:
- P
- $$mdi:apple-keyboard-command$$
- ':'
- '&td0'
- '&td1'
- '&td2'
- '&td3'
- G
- {t: A, h: '$$mdi:apple-keyboard-control$$'}
- {t: S, h: '$$mdi:apple-keyboard-shift$$'}
- {t: D, h: '$$mdi:apple-keyboard-option$$'}
- {t: F, h: '$$mdi:apple-keyboard-command$$'}
- {t: G, h: Meh+LGUI}
- {t: '$$mdi:menu-left$$', s: '$$mdi:mouse$$'}
- $$mdi:mouse-left-click-outline$$
- {t: '$$mdi:menu-right$$', s: '$$mdi:mouse$$'}