modified icon

This commit is contained in:
DarrenVictoriano
2025-02-22 16:45:17 -08:00
committed by github-actions[bot]
parent 5457daf95c
commit 4924d08099
3 changed files with 5 additions and 4 deletions

View File

@@ -435,12 +435,13 @@ parse_config:
RSHFT: $$mdi:apple-keyboard-shift$$ RSHFT: $$mdi:apple-keyboard-shift$$
RCMD: $$mdi:apple-keyboard-command$$ RCMD: $$mdi:apple-keyboard-command$$
RGUI: $$mdi:apple-keyboard-command$$ RGUI: $$mdi:apple-keyboard-command$$
LS(LC(LALT)): $$mdi:triangle$$ # Meh
# combo
LS(LC(LALT)): $$mdi:triangle$$ # Meh
RC(RS(TAB)): "⌃⇧⇥" RC(RS(TAB)): "⌃⇧⇥"
RC(TAB): "⌃⇥" RC(TAB): "⌃⇥"
LG(LS(J)): "⌘⇧J" LG(LS(J)): "⌘⇧J"
LG(LSHIFT): "⌘⇧" LG(LSHFT): "⌘⇧"
LG(LA(SPACE)): "⌘⌥⎵" LG(LA(SPACE)): "⌘⌥⎵"
LOWER: "⤓" LOWER: "⤓"
RAISE: "⤒" RAISE: "⤒"

View File

@@ -587,7 +587,7 @@ rect.held, rect.combo.held {
</g> </g>
<g transform="translate(812, 161)" class="key keypos-35"> <g transform="translate(812, 161)" class="key keypos-35">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
<use href="#mdi:apple-keyboard-shift" xlink:href="#mdi:apple-keyboard-shift" x="-9" y="-9" height="18" width="18.0" class="key tap glyph mdi:apple-keyboard-shift"/> <text x="0" y="0" class="key tap">⌘⇧</text>
</g> </g>
<g transform="translate(224, 205)" class="key keypos-36"> <g transform="translate(224, 205)" class="key keypos-36">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 34 KiB

View File

@@ -39,7 +39,7 @@ layers:
- '' - ''
- '' - ''
- '' - ''
- Gui+$$mdi:apple-keyboard-shift$$ - ⌘⇧
- $$mdi:apple-keyboard-command$$ - $$mdi:apple-keyboard-command$$
- {t: lower, type: held} - {t: lower, type: held}
- $$mdi:keyboard-space$$ - $$mdi:keyboard-space$$