[Draw] fix del combo

This commit is contained in:
Ajetski 2025-10-22 18:09:41 +00:00 committed by github-actions[bot]
parent b0a4c92218
commit 5e60db4c2a
2 changed files with 3 additions and 3 deletions

View File

@ -541,8 +541,8 @@ rect.held, rect.combo.held {
<use href="#mdi:apple-keyboard-option" xlink:href="#mdi:apple-keyboard-option" x="-9" y="-13" height="18" width="18.0" class="key tap glyph mdi:apple-keyboard-option"/> <use href="#mdi:apple-keyboard-option" xlink:href="#mdi:apple-keyboard-option" x="-9" y="-13" height="18" width="18.0" class="key tap glyph mdi:apple-keyboard-option"/>
</g> </g>
<g class="combo combopos-0"> <g class="combo combopos-0">
<rect rx="6" ry="6" x="910" y="92" width="28" height="26" class="combo"/> <rect rx="6" ry="6" x="742" y="74" width="28" height="26" class="combo"/>
<use href="#mdi:backspace-reverse-outline" xlink:href="#mdi:backspace-reverse-outline" x="915" y="96" height="18" width="18.0" class="combo tap glyph mdi:backspace-reverse-outline"/> <use href="#mdi:backspace-reverse-outline" xlink:href="#mdi:backspace-reverse-outline" x="747" y="78" height="18" width="18.0" class="combo tap glyph mdi:backspace-reverse-outline"/>
</g> </g>
<g class="combo combopos-1"> <g class="combo combopos-1">
<path d="M103,100 l-13,43" class="combo"/> <path d="M103,100 l-13,43" class="combo"/>

Before

Width:  |  Height:  |  Size: 76 KiB

After

Width:  |  Height:  |  Size: 76 KiB

View File

@ -197,7 +197,7 @@ layers:
- {t: '$$mdi:transfer$$', type: trans} - {t: '$$mdi:transfer$$', type: trans}
- {t: '$$mdi:transfer$$', type: trans} - {t: '$$mdi:transfer$$', type: trans}
combos: combos:
- p: [26, 27] - p: [23, 24]
k: $$mdi:backspace-reverse-outline$$ k: $$mdi:backspace-reverse-outline$$
l: [QWERTY] l: [QWERTY]
- p: [1, 15, 29] - p: [1, 15, 29]