[Draw] some update

This commit is contained in:
keymap-editor[bot]
2026-04-29 06:34:35 +00:00
committed by github-actions[bot]
parent 2c20bc13dc
commit 6dbc6fb2ea
2 changed files with 51 additions and 49 deletions
+36 -34
View File
@@ -175,25 +175,25 @@ text.footer {
} }
/* styling for combo tap, and key non-tap label text */ /* styling for combo tap, and key non-tap label text */
text.combo, text.hold, text.shifted, text.left, text.right { text.combo, text.hold, text.shifted, text.left, text.right, text.tl, text.tr, text.bl, text.br {
font-size: 11px; font-size: 11px;
} }
text.hold { text.hold, text.bl, text.br {
text-anchor: middle; text-anchor: middle;
dominant-baseline: auto; dominant-baseline: auto;
} }
text.shifted { text.shifted, text.tl, text.tr {
text-anchor: middle; text-anchor: middle;
dominant-baseline: hanging; dominant-baseline: hanging;
} }
text.left { text.left, text.tl, text.bl {
text-anchor: start; text-anchor: start;
} }
text.right { text.right, text.tr, text.br {
text-anchor: end; text-anchor: end;
} }
@@ -392,7 +392,9 @@ rect.held, rect.combo.held {
<g transform="translate(28, 112)" class="key keypos-13"> <g transform="translate(28, 112)" class="key keypos-13">
<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"/>
<use href="#mdi:keyboard-tab" xlink:href="#mdi:keyboard-tab" x="-9" y="-13" height="18" width="18.0" class="key tap glyph mdi:keyboard-tab"/> <text x="0" y="-4" class="key tap">[</text>
<text x="0" y="24" class="key hold">]</text>
<text x="0" y="-24" class="key shifted">{</text>
</g> </g>
<g transform="translate(84, 112)" class="key keypos-14"> <g transform="translate(84, 112)" class="key keypos-14">
<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"/>
@@ -464,21 +466,25 @@ 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">A</text> <text x="0" y="-4" class="key tap">A</text>
<use href="#mdi:keyboard-tab" xlink:href="#mdi:keyboard-tab" x="-8" y="9" height="15" width="15.0" class="key hold glyph mdi:keyboard-tab"/>
</g> </g>
<g transform="translate(140, 147)" class="key keypos-28"> <g transform="translate(140, 147)" class="key keypos-28">
<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">S</text> <text x="0" y="-4" class="key tap">S</text>
<use href="#mdi:apple-keyboard-option" xlink:href="#mdi:apple-keyboard-option" x="-8" y="9" height="15" width="15.0" class="key hold glyph mdi:apple-keyboard-option"/>
</g> </g>
<g transform="translate(196, 140)" class="key keypos-29"> <g transform="translate(196, 140)" class="key keypos-29">
<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">D</text> <text x="0" y="-4" class="key tap">D</text>
<use href="#mdi:apple-keyboard-control" xlink:href="#mdi:apple-keyboard-control" x="-8" y="9" height="15" width="15.0" class="key hold glyph mdi:apple-keyboard-control"/>
</g> </g>
<g transform="translate(252, 147)" class="key keypos-30"> <g transform="translate(252, 147)" class="key 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 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">F</text> <text x="0" y="-4" class="key tap">F</text>
<text x="0" y="24" class="key hold"><tspan style="font-size: 75%">LEFT WIN</tspan></text>
</g> </g>
<g transform="translate(308, 147)" class="key keypos-31"> <g transform="translate(308, 147)" 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"/>
@@ -499,21 +505,25 @@ 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">J</text> <text x="0" y="-4" class="key tap">J</text>
<text x="0" y="24" class="key hold"><tspan style="font-size: 67%">RIGHT WIN</tspan></text>
</g> </g>
<g transform="translate(728, 140)" class="key keypos-35"> <g transform="translate(728, 140)" class="key keypos-35">
<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">K</text> <text x="0" y="-4" class="key tap">K</text>
<use href="#mdi:apple-keyboard-control" xlink:href="#mdi:apple-keyboard-control" x="-8" y="9" height="15" width="15.0" class="key hold glyph mdi:apple-keyboard-control"/>
</g> </g>
<g transform="translate(784, 147)" class="key keypos-36"> <g transform="translate(784, 147)" class="key keypos-36">
<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">L</text> <text x="0" y="-4" class="key tap">L</text>
<use href="#mdi:apple-keyboard-option" xlink:href="#mdi:apple-keyboard-option" x="-8" y="9" height="15" width="15.0" class="key hold glyph mdi:apple-keyboard-option"/>
</g> </g>
<g transform="translate(840, 168)" class="key keypos-37"> <g transform="translate(840, 168)" class="key keypos-37">
<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> <text x="0" y="-4" class="key tap">;</text>
<use href="#mdi:backspace" xlink:href="#mdi:backspace" x="-8" y="9" height="15" width="15.0" class="key hold glyph mdi:backspace"/>
<text x="0" y="-24" class="key shifted">:</text> <text x="0" y="-24" class="key shifted">:</text>
</g> </g>
<g transform="translate(896, 168)" class="key keypos-38"> <g transform="translate(896, 168)" class="key keypos-38">
@@ -617,8 +627,8 @@ rect.held, rect.combo.held {
<g transform="translate(314, 283) rotate(30.0)" class="key keypos-56"> <g transform="translate(314, 283) rotate(30.0)" class="key keypos-56">
<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"/>
<use href="#mdi:keyboard-space" xlink:href="#mdi:keyboard-space" x="-9" y="-13" height="18" width="18.0" class="key tap glyph mdi:keyboard-space"/> <use href="#mdi:keyboard-return" xlink:href="#mdi:keyboard-return" x="-9" y="-13" height="18" width="18.0" class="key tap glyph mdi:keyboard-return"/>
<use href="#mdi:apple-keyboard-control" xlink:href="#mdi:apple-keyboard-control" x="-8" y="9" height="15" width="15.0" class="key hold glyph mdi:apple-keyboard-control"/> <use href="#mdi:apple-keyboard-shift" xlink:href="#mdi:apple-keyboard-shift" x="-8" y="9" height="15" width="15.0" class="key hold glyph mdi:apple-keyboard-shift"/>
</g> </g>
<g transform="translate(389, 294) rotate(30.0)" class="key keypos-57"> <g transform="translate(389, 294) rotate(30.0)" class="key keypos-57">
<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"/>
@@ -638,8 +648,8 @@ rect.held, rect.combo.held {
<g transform="translate(610, 283) rotate(-30.0)" class="key keypos-60"> <g transform="translate(610, 283) rotate(-30.0)" class="key keypos-60">
<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"/>
<use href="#mdi:keyboard-space" xlink:href="#mdi:keyboard-space" x="-9" y="-13" height="18" width="18.0" class="key tap glyph mdi:keyboard-space"/> <use href="#mdi:keyboard-return" xlink:href="#mdi:keyboard-return" x="-9" y="-13" height="18" width="18.0" class="key tap glyph mdi:keyboard-return"/>
<use href="#mdi:apple-keyboard-option" xlink:href="#mdi:apple-keyboard-option" x="-8" y="9" height="15" width="15.0" class="key hold glyph mdi:apple-keyboard-option"/> <use href="#mdi:apple-keyboard-shift" xlink:href="#mdi:apple-keyboard-shift" x="-8" y="9" height="15" width="15.0" class="key hold glyph mdi:apple-keyboard-shift"/>
</g> </g>
<g transform="translate(672, 259)" class="key keypos-61"> <g transform="translate(672, 259)" class="key keypos-61">
<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"/>
@@ -994,12 +1004,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:transfer" xlink:href="#mdi:transfer" x="-9" y="-13" height="18" width="18.0" class="key trans tap glyph mdi:transfer"/> <use href="#mdi:transfer" xlink:href="#mdi:transfer" x="-9" y="-13" height="18" width="18.0" class="key trans tap glyph mdi:transfer"/>
</g> </g>
<g transform="translate(252, 259)" class="key keypos-55"> <g transform="translate(252, 259)" class="key none keypos-55">
<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 none 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 none"/>
<a href="#RHelp"> <use href="#mdi:minus-circle-outline" xlink:href="#mdi:minus-circle-outline" x="-9" y="-13" height="18" width="18.0" class="key none tap glyph mdi:minus-circle-outline"/>
<text x="0" y="-4" class="key tap layer-activator">RHelp</text>
</a><text x="0" y="24" class="key hold">toggle</text>
</g> </g>
<g transform="translate(314, 283) rotate(30.0)" class="key trans keypos-56"> <g transform="translate(314, 283) rotate(30.0)" class="key trans keypos-56">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key trans side"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key trans side"/>
@@ -1038,12 +1046,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:transfer" xlink:href="#mdi:transfer" x="-9" y="-13" height="18" width="18.0" class="key trans tap glyph mdi:transfer"/> <use href="#mdi:transfer" xlink:href="#mdi:transfer" x="-9" y="-13" height="18" width="18.0" class="key trans tap glyph mdi:transfer"/>
</g> </g>
<g transform="translate(784, 259)" class="key keypos-63"> <g transform="translate(784, 259)" class="key none keypos-63">
<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 none 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 none"/>
<a href="#RHelp"> <use href="#mdi:minus-circle-outline" xlink:href="#mdi:minus-circle-outline" x="-9" y="-13" height="18" width="18.0" class="key none tap glyph mdi:minus-circle-outline"/>
<text x="0" y="-4" class="key tap layer-activator">RHelp</text>
</a><text x="0" y="24" class="key hold">toggle</text>
</g> </g>
</g> </g>
</g> </g>
@@ -1333,12 +1339,10 @@ rect.held, rect.combo.held {
<text x="0" y="-4" class="key tap layer-activator">Main</text> <text x="0" y="-4" class="key tap layer-activator">Main</text>
</a><text x="0" y="24" class="key hold">toggle</text> </a><text x="0" y="24" class="key hold">toggle</text>
</g> </g>
<g transform="translate(140, 259)" class="key keypos-53"> <g transform="translate(140, 259)" class="key none keypos-53">
<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 none 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 none"/>
<a href="#LHelp"> <use href="#mdi:minus-circle-outline" xlink:href="#mdi:minus-circle-outline" x="-9" y="-13" height="18" width="18.0" class="key none tap glyph mdi:minus-circle-outline"/>
<text x="0" y="-4" class="key tap layer-activator">LHelp</text>
</a><text x="0" y="24" class="key hold">toggle</text>
</g> </g>
<g transform="translate(196, 252)" class="key trans keypos-54"> <g transform="translate(196, 252)" class="key trans keypos-54">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key trans side"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key trans side"/>
@@ -1377,12 +1381,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:transfer" xlink:href="#mdi:transfer" x="-9" y="-13" height="18" width="18.0" class="key trans tap glyph mdi:transfer"/> <use href="#mdi:transfer" xlink:href="#mdi:transfer" x="-9" y="-13" height="18" width="18.0" class="key trans tap glyph mdi:transfer"/>
</g> </g>
<g transform="translate(672, 259)" class="key keypos-61"> <g transform="translate(672, 259)" class="key none keypos-61">
<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 none 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 none"/>
<a href="#LHelp"> <use href="#mdi:minus-circle-outline" xlink:href="#mdi:minus-circle-outline" x="-9" y="-13" height="18" width="18.0" class="key none tap glyph mdi:minus-circle-outline"/>
<text x="0" y="-4" class="key tap layer-activator">LHelp</text>
</a><text x="0" y="24" class="key hold">toggle</text>
</g> </g>
<g transform="translate(728, 252)" class="key trans keypos-62"> <g transform="translate(728, 252)" class="key trans keypos-62">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key trans side"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key trans side"/>

Before

Width:  |  Height:  |  Size: 123 KiB

After

Width:  |  Height:  |  Size: 125 KiB

+15 -15
View File
@@ -14,7 +14,7 @@ layers:
- {t: '9', s: (} - {t: '9', s: (}
- {t: '0', s: )} - {t: '0', s: )}
- {t: '$$mdi:backspace$$', type: backspace} - {t: '$$mdi:backspace$$', type: backspace}
- $$mdi:keyboard-tab$$ - {t: '[', h: ']', s: '{'}
- Q - Q
- W - W
- E - E
@@ -28,17 +28,17 @@ layers:
- P - P
- {t: \, s: '|'} - {t: \, s: '|'}
- '&copy_paste' - '&copy_paste'
- A - {t: A, h: '$$mdi:keyboard-tab$$'}
- S - {t: S, h: '$$mdi:apple-keyboard-option$$'}
- D - {t: D, h: '$$mdi:apple-keyboard-control$$'}
- F - {t: F, h: LEFT WIN}
- G - G
- $$mdi:arrow-left-bold$$ - $$mdi:arrow-left-bold$$
- H - H
- J - {t: J, h: RIGHT WIN}
- K - {t: K, h: '$$mdi:apple-keyboard-control$$'}
- L - {t: L, h: '$$mdi:apple-keyboard-option$$'}
- {t: ;, s: ':'} - {t: ;, h: '$$mdi:backspace$$', s: ':'}
- {t: '''', s: '"'} - {t: '''', s: '"'}
- {t: '$$mdi:keyboard-return$$', h: '$$mdi:apple-keyboard-shift$$'} - {t: '$$mdi:keyboard-return$$', h: '$$mdi:apple-keyboard-shift$$'}
- Z - Z
@@ -57,11 +57,11 @@ layers:
- LHelp - LHelp
- $$mdi:apple-keyboard-option$$ - $$mdi:apple-keyboard-option$$
- RHelp - RHelp
- {t: '$$mdi:keyboard-space$$', h: '$$mdi:apple-keyboard-control$$'} - {t: '$$mdi:keyboard-return$$', h: '$$mdi:apple-keyboard-shift$$'}
- $$mdi:apple-keyboard-command$$ - $$mdi:apple-keyboard-command$$
- '&rgb_toggle' - '&rgb_toggle'
- RGUI - RGUI
- {t: '$$mdi:keyboard-space$$', h: '$$mdi:apple-keyboard-option$$'} - {t: '$$mdi:keyboard-return$$', h: '$$mdi:apple-keyboard-shift$$'}
- LHelp - LHelp
- $$mdi:apple-keyboard-control$$ - $$mdi:apple-keyboard-control$$
- RHelp - RHelp
@@ -121,7 +121,7 @@ layers:
- {t: Main, h: toggle} - {t: Main, h: toggle}
- {t: '$$mdi:minus-circle-outline$$', type: held} - {t: '$$mdi:minus-circle-outline$$', type: held}
- {t: '$$mdi:transfer$$', type: trans} - {t: '$$mdi:transfer$$', type: trans}
- {t: RHelp, h: toggle} - {t: '$$mdi:minus-circle-outline$$', type: none}
- {t: '$$mdi:transfer$$', type: trans} - {t: '$$mdi:transfer$$', type: trans}
- {t: '$$mdi:transfer$$', type: trans} - {t: '$$mdi:transfer$$', type: trans}
- {t: Main, h: toggle} - {t: Main, h: toggle}
@@ -129,7 +129,7 @@ layers:
- {t: '$$mdi:transfer$$', type: trans} - {t: '$$mdi:transfer$$', type: trans}
- {t: '$$mdi:minus-circle-outline$$', type: held alternate} - {t: '$$mdi:minus-circle-outline$$', type: held alternate}
- {t: '$$mdi:transfer$$', type: trans} - {t: '$$mdi:transfer$$', type: trans}
- {t: RHelp, h: toggle} - {t: '$$mdi:minus-circle-outline$$', type: none}
RHelp: RHelp:
- {t: '$$mdi:transfer$$', type: trans} - {t: '$$mdi:transfer$$', type: trans}
- {t: F1, h: F11} - {t: F1, h: F11}
@@ -184,7 +184,7 @@ layers:
- {t: '$$mdi:minus-circle-outline$$', type: none} - {t: '$$mdi:minus-circle-outline$$', type: none}
- {t: '$$mdi:minus-circle-outline$$', type: none} - {t: '$$mdi:minus-circle-outline$$', type: none}
- {t: Main, h: toggle} - {t: Main, h: toggle}
- {t: LHelp, h: toggle} - {t: '$$mdi:minus-circle-outline$$', type: none}
- {t: '$$mdi:transfer$$', type: trans} - {t: '$$mdi:transfer$$', type: trans}
- {t: '$$mdi:minus-circle-outline$$', type: held} - {t: '$$mdi:minus-circle-outline$$', type: held}
- {t: '$$mdi:transfer$$', type: trans} - {t: '$$mdi:transfer$$', type: trans}
@@ -192,7 +192,7 @@ layers:
- {t: Main, h: toggle} - {t: Main, h: toggle}
- {t: '$$mdi:transfer$$', type: trans} - {t: '$$mdi:transfer$$', type: trans}
- {t: '$$mdi:transfer$$', type: trans} - {t: '$$mdi:transfer$$', type: trans}
- {t: LHelp, h: toggle} - {t: '$$mdi:minus-circle-outline$$', type: none}
- {t: '$$mdi:transfer$$', type: trans} - {t: '$$mdi:transfer$$', type: trans}
- {t: '$$mdi:minus-circle-outline$$', type: held alternate} - {t: '$$mdi:minus-circle-outline$$', type: held alternate}
Gaming: Gaming: