mirror of
https://github.com/babariviere/zmk-config.git
synced 2025-01-18 11:02:30 +00:00
keymap-drawer render
This commit is contained in:
parent
abc9713754
commit
a2c830044e
2 changed files with 10 additions and 10 deletions
|
@ -649,10 +649,10 @@ 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"/>
|
||||||
</g>
|
</g>
|
||||||
<g transform="translate(224, 238)" class="key keypos-30">
|
<g transform="translate(224, 238)" class="key trans keypos-30">
|
||||||
<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 trans 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 trans"/>
|
||||||
<text x="0" y="-4" class="key tap">winnav</text>
|
<use href="#mdi:chevron-down" xlink:href="#mdi:chevron-down" x="-7" y="-11" height="14" width="14.0" class="key trans tap glyph mdi:chevron-down"/>
|
||||||
</g>
|
</g>
|
||||||
<g transform="translate(280, 252)" class="key keypos-31">
|
<g transform="translate(280, 252)" class="key keypos-31">
|
||||||
<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"/>
|
||||||
|
@ -838,10 +838,10 @@ rect.held, rect.combo.held {
|
||||||
<rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key trans"/>
|
<rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key trans"/>
|
||||||
<use href="#mdi:chevron-down" xlink:href="#mdi:chevron-down" x="-7" y="-11" height="14" width="14.0" class="key trans tap glyph mdi:chevron-down"/>
|
<use href="#mdi:chevron-down" xlink:href="#mdi:chevron-down" x="-7" y="-11" height="14" width="14.0" class="key trans tap glyph mdi:chevron-down"/>
|
||||||
</g>
|
</g>
|
||||||
<g transform="translate(448, 238)" class="key keypos-33">
|
<g transform="translate(448, 238)" class="key trans keypos-33">
|
||||||
<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 trans 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 trans"/>
|
||||||
<text x="0" y="-4" class="key tap">winnav</text>
|
<use href="#mdi:chevron-down" xlink:href="#mdi:chevron-down" x="-7" y="-11" height="14" width="14.0" class="key trans tap glyph mdi:chevron-down"/>
|
||||||
</g>
|
</g>
|
||||||
</g>
|
</g>
|
||||||
</g>
|
</g>
|
||||||
|
|
Before Width: | Height: | Size: 86 KiB After Width: | Height: | Size: 86 KiB |
|
@ -66,7 +66,7 @@ layers:
|
||||||
- '}'
|
- '}'
|
||||||
- ']'
|
- ']'
|
||||||
- ''
|
- ''
|
||||||
- winnav
|
- {t: '$$mdi:chevron-down$$', type: trans}
|
||||||
- $$mdi:keyboard-esc$$
|
- $$mdi:keyboard-esc$$
|
||||||
- {t: '$$mdi:chevron-down$$', type: trans}
|
- {t: '$$mdi:chevron-down$$', type: trans}
|
||||||
- {type: held}
|
- {type: held}
|
||||||
|
@ -104,7 +104,7 @@ layers:
|
||||||
- {type: held}
|
- {type: held}
|
||||||
- {t: '$$mdi:chevron-down$$', type: trans}
|
- {t: '$$mdi:chevron-down$$', type: trans}
|
||||||
- {t: '$$mdi:chevron-down$$', type: trans}
|
- {t: '$$mdi:chevron-down$$', type: trans}
|
||||||
- winnav
|
- {t: '$$mdi:chevron-down$$', type: trans}
|
||||||
winnav:
|
winnav:
|
||||||
- ''
|
- ''
|
||||||
- Gui+ 7
|
- Gui+ 7
|
||||||
|
|
Loading…
Reference in a new issue