Skip to content

Commit

Permalink
Sept 22 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
keymap-editor[bot] committed Sep 22, 2024
1 parent d81df0d commit 8796c52
Showing 1 changed file with 22 additions and 16 deletions.
38 changes: 22 additions & 16 deletions config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
key-positions = <1 2>;
};

Ret {
bindings = <&kp RET>;
Find {
bindings = <&kp LC(F)>;
key-positions = <18 19>;
};

Expand All @@ -42,27 +42,33 @@
key-positions = <10 11>;
};

Ctl-f {
bindings = <&kp LC(F)>;
key-positions = <30 31>;
};

Paste {
bindings = <&kp LC(V)>;
key-positions = <28 29>;
key-positions = <30 31>;
};

Copy {
bindings = <&kp LC(C)>;
key-positions = <27 28>;
key-positions = <28 29>;
};

left {
bindings = <&kp LC(LEFT_ARROW)>;
key-positions = <33 34>;
};

right {
bindings = <&kp LC(RIGHT_ARROW)>;
key-positions = <35 34>;
};
};

macros {
Onenote: Onenote {
compatible = "zmk,behavior-macro";
#binding-cells = <0>;
bindings = <&kp K &kp LC(K) &kp LC(V) &kp RETURN>;
bindings = <&kp K &kp LC(K) &kp LC(V) &kp RETURN>, <&macro_press>;

label = "ONENOTE";
};
};
Expand All @@ -79,10 +85,10 @@

display-name = "Base";
bindings = <
&kp TAB &kp Q &kp W &kp E &kp R &kp T &kp Y &kp U &kp I &kp O &kp P &kp BSPC
&kp LCTRL &kp A &kp S &kp D &kp F &kp G &kp H &kp J &kp K &kp L &kp COLON &kp SQT
&mt LEFT_SHIFT MINUS &kp Z &kp X &kp C &kp V &kp B &kp N &kp M &kp COMMA &kp DOT &kp LEFT_ALT &mt RSHIFT QUESTION
&kp LEFT_WIN &kp ESCAPE &kp LC(RIGHT_ARROW) &kp SPACE &mo 2 &mo 1
&kp TAB &kp Q &kp W &kp E &kp R &kp T &kp Y &kp U &kp I &kp O &kp P &kp BSPC
&kp LCTRL &kp A &kp S &kp D &kp F &kp G &kp H &kp J &kp K &kp L &kp COLON &kp SQT
&mt LEFT_SHIFT MINUS &kp Z &kp X &kp C &kp V &kp B &kp N &kp M &kp COMMA &kp DOT &kp DELETE &mt RSHIFT QUESTION
&kp LEFT_WIN &mt LEFT_ALT ESCAPE &kp RET &kp SPACE &mo 2 &mo 1
>;
};

Expand All @@ -98,7 +104,7 @@
&kp TAB &kp N1 &kp N2 &kp N3 &kp N4 &kp N5 &kp N6 &kp N7 &kp N8 &kp N9 &kp N0 &kp DELETE
&bt BT_CLR &bt BT_SEL 0 &bt BT_SEL 1 &bt BT_SEL 2 &bt BT_SEL 3 &bt BT_SEL 4 &bt BT_NXT &bt BT_PRV &bt BT_CLR_ALL &trans &kp UP_ARROW &trans
&kp LSHFT &trans &trans &trans &kp LESS_THAN &kp GREATER_THAN &trans &trans &trans &kp LEFT_ARROW &kp DOWN_ARROW &kp RIGHT_ARROW
&kp LGUI &trans &kp LC(LEFT_ARROW) &kp RET &trans &kp RALT
&kp LGUI &trans &kp LC(LEFT_ARROW) &kp RET &trans &trans
>;
};

Expand All @@ -114,7 +120,7 @@
&kp TAB &kp EXCL &kp AT &kp HASH &kp DLLR &kp PRCNT &kp CARET &kp AMPS &kp KP_MULTIPLY &kp LPAR &kp RPAR &kp BSPC
&kp LCTRL &trans &trans &kp LC(LA(DELETE)) &trans &trans &kp MINUS &kp EQUAL &Onenote &kp LEFT_BRACKET &kp RIGHT_BRACKET &kp GRAVE
&kp LSHFT &trans &trans &trans &trans &trans &kp UNDER &kp PLUS &kp LBRC &kp RBRC &kp PIPE &kp TILDE
&kp LGUI &trans &kp SPACE &kp RET &trans &kp RALT
&kp LGUI &trans &kp SPACE &kp RET &trans &trans
>;
};
};
Expand Down

0 comments on commit 8796c52

Please sign in to comment.