Skip to content

Commit

Permalink
win and appkey
Browse files Browse the repository at this point in the history
  • Loading branch information
keymap-editor[bot] authored Mar 20, 2024
1 parent d3c0c0c commit d4251cf
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

combo_bksp {
timeout-ms = <50>;
key-positions = <9 8>;
key-positions = <8 9>;
bindings = <&kp BACKSPACE>;
};

Expand Down Expand Up @@ -168,6 +168,16 @@
bindings = <&kp RALT>;
key-positions = <19 20>;
};

combo_win {
bindings = <&kp LCMD>;
key-positions = <28 29>;
};

combo_appkey {
bindings = <&kp K_CONTEXT_MENU>;
key-positions = <30 31>;
};
};

conditional_layers { compatible = "zmk,conditional-layers"; };
Expand Down

0 comments on commit d4251cf

Please sign in to comment.