This commit is contained in:
KeebMaker 2025-10-08 09:22:42 -06:00 committed by github-actions[bot]
commit cd93cdd441
2 changed files with 22 additions and 19 deletions

View file

@ -291,7 +291,9 @@ rect.held, rect.combo.held {
<g transform="translate(196, 100)" class="key keypos-13">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
<text x="0" y="0" class="key tap">F</text>
</g>
<a href="#left">
<text x="0" y="24" class="key hold layer-activator">left</text>
</a></g>
<g transform="translate(252, 108)" class="key keypos-14">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
<text x="0" y="0" class="key tap">G</text>
@ -315,12 +317,12 @@ rect.held, rect.combo.held {
<g transform="translate(644, 137)" class="key keypos-19">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
<text x="0" y="0" class="key tap">&#x27;</text>
<text x="0" y="24" class="key hold">SHFT</text>
<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 transform="translate(28, 193)" class="key keypos-20">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
<text x="0" y="0" class="key tap">Z</text>
<text x="0" y="24" class="key hold">ALT</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 transform="translate(84, 158)" class="key keypos-21">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
@ -365,7 +367,7 @@ rect.held, rect.combo.held {
</g>
<g transform="translate(279, 245) rotate(30.0)" class="key keypos-31">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
<text x="0" y="0" class="key tap">ENTER</text>
<text x="0" y="0" class="key tap"></text>
<a href="#right">
<text x="0" y="24" class="key hold layer-activator">right</text>
</a></g>
@ -585,9 +587,9 @@ rect.held, rect.combo.held {
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
<text x="0" y="0" class="key tap">#</text>
</g>
<g transform="translate(196, 100)" class="key keypos-13">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
<text x="0" y="0" class="key tap">$</text>
<g transform="translate(196, 100)" class="key held keypos-13">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key held"/>
<text x="0" y="0" class="key held tap">$</text>
</g>
<g transform="translate(252, 108)" class="key keypos-14">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
@ -661,12 +663,13 @@ rect.held, rect.combo.held {
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key trans"/>
<text x="0" y="0" class="key trans tap"></text>
</g>
<g transform="translate(393, 245) rotate(-30.0)" class="key held keypos-32">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key held"/>
<g transform="translate(393, 245) rotate(-30.0)" class="key keypos-32">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
<text x="0" y="0" class="key tap"></text>
</g>
<g transform="translate(451, 221) rotate(-15.0)" class="key trans keypos-33">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key trans"/>
<text x="0" y="0" class="key trans tap"></text>
<g transform="translate(451, 221) rotate(-15.0)" class="key keypos-33">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
<text x="0" y="0" class="key tap">0</text>
</g>
</g>
</g>

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Before After
Before After

View file

@ -14,14 +14,14 @@ layers:
- {t: A, h: '$$mdi:apple-keyboard-shift$$'}
- S
- D
- F
- {t: F, h: left}
- G
- H
- J
- K
- L
- {t: '''', h: SHFT}
- {t: Z, h: ALT}
- {t: '''', h: '$$mdi:apple-keyboard-shift$$'}
- {t: Z, h: '$$mdi:apple-keyboard-option$$'}
- X
- C
- V
@ -32,7 +32,7 @@ layers:
- .
- /
- {t: ↹, h: '$$mdi:apple-keyboard-control$$'}
- {t: ENTER, h: right}
- {t: , h: right}
- {t: ␣, h: left}
- {t: '$$mdi:backspace-outline$$', h: '$$mdi:apple-keyboard-control$$'}
right:
@ -84,7 +84,7 @@ layers:
- '!'
- '@'
- '#'
- $
- {t: $, type: held}
- Sft+.
- F2
- '4'
@ -103,5 +103,5 @@ layers:
- F6
- {t: ▽, type: trans}
- {t: ▽, type: trans}
- {type: held}
- {t: ▽, type: trans}
-
- '0'