keymap-drawer render

This commit is contained in:
babariviere 2025-06-18 13:41:02 +00:00 committed by github-actions[bot]
parent 1ca5f547d0
commit 74e0f8c16c
2 changed files with 14 additions and 14 deletions

View file

@ -468,23 +468,23 @@ rect.held, rect.combo.held {
</g> </g>
<g class="combo combopos-5"> <g class="combo combopos-5">
<rect rx="6" ry="6" x="182" y="59" width="28" height="26" class="combo"/> <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="72" class="combo tap">(</text>
<text x="196" y="61" class="combo shifted">&lt;</text> <text x="196" y="83" class="combo hold">&lt;</text>
</g> </g>
<g class="combo combopos-6"> <g class="combo combopos-6">
<rect rx="6" ry="6" x="462" y="59" width="28" height="26" class="combo"/> <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="72" class="combo tap">)</text>
<text x="476" y="61" class="combo shifted">&gt;</text> <text x="476" y="83" class="combo hold">&gt;</text>
</g> </g>
<g class="combo combopos-7"> <g class="combo combopos-7">
<rect rx="6" ry="6" x="126" y="43" width="28" height="26" class="combo"/> <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="56" class="combo tap">{</text>
<text x="140" y="45" class="combo shifted">[</text> <text x="140" y="67" class="combo hold">[</text>
</g> </g>
<g class="combo combopos-8"> <g class="combo combopos-8">
<rect rx="6" ry="6" x="518" y="43" width="28" height="26" class="combo"/> <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="56" class="combo tap">}</text>
<text x="532" y="45" class="combo shifted">]</text> <text x="532" y="67" class="combo hold">]</text>
</g> </g>
<g class="combo combopos-9"> <g class="combo combopos-9">
<rect rx="6" ry="6" x="238" y="67" width="28" height="26" class="combo"/> <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>
<g class="combo combopos-13"> <g class="combo combopos-13">
<rect rx="6" ry="6" x="42" y="163" width="28" height="26" class="combo"/> <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%">&amp;bootloader</tspan></text> <text x="56" y="176" class="combo tap">BOOT</text>
</g> </g>
</g> </g>
</g> </g>

Before

Width:  |  Height:  |  Size: 75 KiB

After

Width:  |  Height:  |  Size: 74 KiB

Before After
Before After

View file

@ -227,16 +227,16 @@ combos:
k: $$mdi:keyboard-return$$ k: $$mdi:keyboard-return$$
l: [base] l: [base]
- p: [3, 13] - p: [3, 13]
k: {t: 'LPAR,', s: <} k: {t: (, h: <}
l: [base] l: [base]
- p: [6, 16] - p: [6, 16]
k: {t: 'RPAR,', s: '>'} k: {t: ), h: '>'}
l: [base] l: [base]
- p: [2, 12] - p: [2, 12]
k: {t: 'LBRC,', s: '['} k: {t: '{', h: '['}
l: [base] l: [base]
- p: [7, 17] - p: [7, 17]
k: {t: 'RBRC,', s: ']'} k: {t: '}', h: ']'}
l: [base] l: [base]
- p: [4, 14] - p: [4, 14]
k: '-' k: '-'
@ -251,5 +251,5 @@ combos:
k: ; k: ;
l: [base] l: [base]
- p: [20, 21] - p: [20, 21]
k: '&bootloader' k: BOOT
l: [base] l: [base]