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
1ca5f547d0
commit
74e0f8c16c
2 changed files with 14 additions and 14 deletions
|
@ -468,23 +468,23 @@ rect.held, rect.combo.held {
|
|||
</g>
|
||||
<g class="combo combopos-5">
|
||||
<rect rx="6" ry="6" x="182" y="59" width="28" height="26" class="combo"/>
|
||||
<text x="196" y="72" class="combo tap">LPAR,</text>
|
||||
<text x="196" y="61" class="combo shifted"><</text>
|
||||
<text x="196" y="72" class="combo tap">(</text>
|
||||
<text x="196" y="83" class="combo hold"><</text>
|
||||
</g>
|
||||
<g class="combo combopos-6">
|
||||
<rect rx="6" ry="6" x="462" y="59" width="28" height="26" class="combo"/>
|
||||
<text x="476" y="72" class="combo tap">RPAR,</text>
|
||||
<text x="476" y="61" class="combo shifted">></text>
|
||||
<text x="476" y="72" class="combo tap">)</text>
|
||||
<text x="476" y="83" class="combo hold">></text>
|
||||
</g>
|
||||
<g class="combo combopos-7">
|
||||
<rect rx="6" ry="6" x="126" y="43" width="28" height="26" class="combo"/>
|
||||
<text x="140" y="56" class="combo tap">LBRC,</text>
|
||||
<text x="140" y="45" class="combo shifted">[</text>
|
||||
<text x="140" y="56" class="combo tap">{</text>
|
||||
<text x="140" y="67" class="combo hold">[</text>
|
||||
</g>
|
||||
<g class="combo combopos-8">
|
||||
<rect rx="6" ry="6" x="518" y="43" width="28" height="26" class="combo"/>
|
||||
<text x="532" y="56" class="combo tap">RBRC,</text>
|
||||
<text x="532" y="45" class="combo shifted">]</text>
|
||||
<text x="532" y="56" class="combo tap">}</text>
|
||||
<text x="532" y="67" class="combo hold">]</text>
|
||||
</g>
|
||||
<g class="combo combopos-9">
|
||||
<rect rx="6" ry="6" x="238" y="67" width="28" height="26" class="combo"/>
|
||||
|
@ -504,7 +504,7 @@ rect.held, rect.combo.held {
|
|||
</g>
|
||||
<g class="combo combopos-13">
|
||||
<rect rx="6" ry="6" x="42" y="163" width="28" height="26" class="combo"/>
|
||||
<text x="56" y="176" class="combo tap"><tspan style="font-size: 64%">&bootloader</tspan></text>
|
||||
<text x="56" y="176" class="combo tap">BOOT</text>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
|
|
Before Width: | Height: | Size: 75 KiB After Width: | Height: | Size: 74 KiB |
|
@ -227,16 +227,16 @@ combos:
|
|||
k: $$mdi:keyboard-return$$
|
||||
l: [base]
|
||||
- p: [3, 13]
|
||||
k: {t: 'LPAR,', s: <}
|
||||
k: {t: (, h: <}
|
||||
l: [base]
|
||||
- p: [6, 16]
|
||||
k: {t: 'RPAR,', s: '>'}
|
||||
k: {t: ), h: '>'}
|
||||
l: [base]
|
||||
- p: [2, 12]
|
||||
k: {t: 'LBRC,', s: '['}
|
||||
k: {t: '{', h: '['}
|
||||
l: [base]
|
||||
- p: [7, 17]
|
||||
k: {t: 'RBRC,', s: ']'}
|
||||
k: {t: '}', h: ']'}
|
||||
l: [base]
|
||||
- p: [4, 14]
|
||||
k: '-'
|
||||
|
@ -251,5 +251,5 @@ combos:
|
|||
k: ;
|
||||
l: [base]
|
||||
- p: [20, 21]
|
||||
k: '&bootloader'
|
||||
k: BOOT
|
||||
l: [base]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue