This commit is contained in:
DarrenVictoriano
2025-07-22 19:58:45 -07:00
committed by github-actions[bot]
parent afddf9cbf9
commit 4f013af99b
3 changed files with 12 additions and 6 deletions

View File

@@ -25,8 +25,8 @@
lower_layer {
bindings = <
&kp ESC &none &kp N7 &kp N8 &kp N9 &none &kp LG(LS(J)) &kp LC(LS(TAB)) &kp LC(TAB) &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 ESC &none &kp N7 &kp N8 &kp N9 &kp PAGE_UP &kp LG(LS(J)) &kp LC(LS(TAB)) &kp LC(TAB) &none &none &kp DELETE
&kp LCTRL &none &kp N4 &kp N5 &kp N6 &kp PAGE_DOWN &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 LG(LSHFT)
&kp LGUI &mo 1 &kp SPACE &kp LG(LA(SPACE)) &mo 2 &kp RALT
>;

View File

@@ -473,6 +473,9 @@ rect.held, rect.combo.held {
</g>
<g transform="translate(308, 42)" class="key keypos-5">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
<text x="0" y="0" class="key tap">
<tspan x="0" dy="-0.6em">PAGE</tspan><tspan x="0" dy="1.2em">UP</tspan>
</text>
</g>
<g transform="translate(532, 42)" class="key keypos-6">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
@@ -521,6 +524,9 @@ rect.held, rect.combo.held {
</g>
<g transform="translate(308, 98)" class="key keypos-17">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
<text x="0" y="0" class="key tap">
<tspan x="0" dy="-0.6em">PAGE</tspan><tspan x="0" dy="1.2em">DOWN</tspan>
</text>
</g>
<g transform="translate(532, 98)" class="key keypos-18">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 35 KiB

View File

@@ -9,7 +9,7 @@ layers:
- '7'
- '8'
- '9'
- ''
- PAGE UP
- ⌘⇧J
- Tab Left
- Tab Right
@@ -21,7 +21,7 @@ layers:
- '4'
- '5'
- '6'
- ''
- PAGE DOWN
- $$mdi:arrow-left-bold$$
- $$mdi:arrow-down-bold$$
- $$mdi:arrow-up-bold$$