Skip to content

Commit

Permalink
Actually switches Z and Q
Browse files Browse the repository at this point in the history
  • Loading branch information
snth authored Oct 29, 2024
1 parent ed3d662 commit aafe2bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/corneish_zen.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ behaviors {
// | ' | X | C | D | V | K | H | , | . | / |
// |LSHFT|NAV/BSPC|SYM/TAB|NUM/ENT| SPC |RSHFT|
bindings = <
&kp Z &kp W &kp F &kp P &kp B &kp J &kp L &kp U &kp Y &kp Q
&kp Q &kp W &kp F &kp P &kp B &kp J &kp L &kp U &kp Y &kp Z
&hml LALT A &hml LGUI R &hml LSHFT S &hml LCTRL T &kp G &kp M &hmr RCTRL N &hmr RSHFT E &hmr RGUI I &hmr RALT O
&APOS_O &kp X &kp C &lt NAV_MOM D &kp V &kp K &kp H &COMMA_O &DOT_O &SLASH_O
&sk LSHFT &lt NAV_MOM BSPC &lt SYM_MOM TAB &lt NUM_MOM ENTER &kp SPC &sk RSHFT
Expand Down

0 comments on commit aafe2bc

Please sign in to comment.