mirror of
https://github.com/babariviere/zmk-config.git
synced 2025-06-28 01:35:51 +00:00
keymap-drawer render
This commit is contained in:
parent
1b7019eb63
commit
69982fb9fc
2 changed files with 4 additions and 4 deletions
|
@ -757,7 +757,7 @@ 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">
|
<text x="0" y="-4" class="key tap">
|
||||||
<tspan x="0" dy="-0.6em">PG</tspan><tspan x="0" dy="1.2em">DOWN</tspan>
|
<tspan x="0" dy="-0.6em">Page</tspan><tspan x="0" dy="1.2em">Down</tspan>
|
||||||
</text>
|
</text>
|
||||||
</g>
|
</g>
|
||||||
<g transform="translate(644, 193)" class="key keypos-29">
|
<g transform="translate(644, 193)" class="key keypos-29">
|
||||||
|
@ -872,7 +872,7 @@ rect.held, rect.combo.held {
|
||||||
<g transform="translate(420, 108)" class="key keypos-15">
|
<g transform="translate(420, 108)" 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">EQL</text>
|
<text x="0" y="-4" class="key tap">=</text>
|
||||||
</g>
|
</g>
|
||||||
<g transform="translate(476, 100)" class="key keypos-16">
|
<g transform="translate(476, 100)" 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"/>
|
||||||
|
|
Before Width: | Height: | Size: 121 KiB After Width: | Height: | Size: 121 KiB |
|
@ -99,7 +99,7 @@ layers:
|
||||||
- ''
|
- ''
|
||||||
- Page Up
|
- Page Up
|
||||||
- $$mdi:arrow-down$$
|
- $$mdi:arrow-down$$
|
||||||
- PG DOWN
|
- Page Down
|
||||||
- END
|
- END
|
||||||
- {type: held}
|
- {type: held}
|
||||||
- {t: '$$mdi:chevron-down$$', type: trans}
|
- {t: '$$mdi:chevron-down$$', type: trans}
|
||||||
|
@ -121,7 +121,7 @@ layers:
|
||||||
- '5'
|
- '5'
|
||||||
- '6'
|
- '6'
|
||||||
- +
|
- +
|
||||||
- EQL
|
- '='
|
||||||
- {t: '$$mdi:apple-keyboard-control$$', h: '$$mdi:circle-small$$'}
|
- {t: '$$mdi:apple-keyboard-control$$', h: '$$mdi:circle-small$$'}
|
||||||
- {t: '$$mdi:apple-keyboard-option$$', h: '$$mdi:circle-small$$'}
|
- {t: '$$mdi:apple-keyboard-option$$', h: '$$mdi:circle-small$$'}
|
||||||
- {t: '$$mdi:apple-keyboard-command$$', h: '$$mdi:circle-small$$'}
|
- {t: '$$mdi:apple-keyboard-command$$', h: '$$mdi:circle-small$$'}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue