mirror of
https://github.com/Ajetski/corne-zmk-config.git
synced 2025-11-27 12:42:44 -10:00
[Draw] isolate td issue
This commit is contained in:
parent
8f78ac77df
commit
f45af53ddc
@ -385,25 +385,23 @@ rect.held, rect.combo.held {
|
|||||||
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key side"/>
|
<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"/>
|
<rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key"/>
|
||||||
<text x="0" y="-4" class="key tap">A</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>
|
||||||
<g transform="translate(140, 91)" class="key keypos-15">
|
<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="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"/>
|
<rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key"/>
|
||||||
<text x="0" y="-4" class="key tap">S</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>
|
||||||
<g transform="translate(196, 84)" class="key keypos-16">
|
<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="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"/>
|
<rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key"/>
|
||||||
<text x="0" y="-4" class="key tap">D</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>
|
||||||
<g transform="translate(252, 91)" class="key keypos-17">
|
<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="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"/>
|
<rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key"/>
|
||||||
<text x="0" y="-4" class="key tap">F</text>
|
<text x="0" y="-4" class="key tap">
|
||||||
<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"/>
|
<tspan x="0" dy="-0.6em">&p</tspan><tspan x="0" dy="1.2em">F</tspan>
|
||||||
|
</text>
|
||||||
</g>
|
</g>
|
||||||
<g transform="translate(308, 97)" class="key keypos-18">
|
<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="6" ry="6" x="-26" y="-26" width="52" height="52" class="key side"/>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 95 KiB After Width: | Height: | Size: 95 KiB |
@ -15,10 +15,10 @@ layers:
|
|||||||
- P
|
- P
|
||||||
- $$mdi:apple-keyboard-command$$
|
- $$mdi:apple-keyboard-command$$
|
||||||
- ':'
|
- ':'
|
||||||
- {t: A, h: '$$mdi:apple-keyboard-control$$'}
|
- A
|
||||||
- {t: S, h: '$$mdi:apple-keyboard-shift$$'}
|
- S
|
||||||
- {t: D, h: '$$mdi:apple-keyboard-option$$'}
|
- D
|
||||||
- {t: F, h: '$$mdi:apple-keyboard-command$$'}
|
- '&p F'
|
||||||
- G
|
- G
|
||||||
- {t: '$$mdi:menu-left$$', s: '$$mdi:mouse$$'}
|
- {t: '$$mdi:menu-left$$', s: '$$mdi:mouse$$'}
|
||||||
- $$mdi:mouse-left-click-outline$$
|
- $$mdi:mouse-left-click-outline$$
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user