Merge pull request #24 from DarrenVictoriano/keymaps

added meh
This commit is contained in:
Darren Victoriano
2025-02-22 16:47:47 -08:00
committed by GitHub
4 changed files with 6 additions and 4 deletions

View File

@@ -27,7 +27,7 @@
bindings = <
&kp ESC &kp LC(LS(TAB)) &kp N7 &kp N8 &kp N9 &kp LC(TAB) &kp LG(LS(J)) &none &none &none &none &kp DELETE
&kp LCTRL &none &kp N4 &kp N5 &kp N6 &none &kp LEFT &kp DOWN &kp UP &kp RIGHT &none &kp RET
&kp LSHFT &none &kp N1 &kp N2 &kp N3 &kp N0 &kp C_VOL_DN &kp C_VOL_UP &none &none &none &kp RSHFT
&kp LSHFT &none &kp N1 &kp N2 &kp N3 &kp N0 &kp C_VOL_DN &kp C_VOL_UP &none &none &none &kp LG(LSHFT)
&kp LGUI &mo LOWER &kp SPACE &kp LG(LA(SPACE)) &mo RAISE &kp RALT
>;
};

View File

@@ -435,11 +435,13 @@ parse_config:
RSHFT: $$mdi:apple-keyboard-shift$$
RCMD: $$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(TAB): "⌃⇥"
LG(LS(J)): "⌘⇧J"
LG(LSHFT): "⌘⇧"
LG(LA(SPACE)): "⌘⌥⎵"
LOWER: "⤓"
RAISE: "⤒"

View File

@@ -587,7 +587,7 @@ rect.held, rect.combo.held {
</g>
<g transform="translate(812, 161)" class="key keypos-35">
<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 transform="translate(224, 205)" class="key keypos-36">
<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:
- ''
- ''
- ''
- $$mdi:apple-keyboard-shift$$
- ⌘⇧
- $$mdi:apple-keyboard-command$$
- {t: lower, type: held}
- $$mdi:keyboard-space$$