Skip to content

Commit

Permalink
Adjust &ctrl_tab_bh #2
Browse files Browse the repository at this point in the history
  • Loading branch information
keymap-editor[bot] committed Nov 9, 2024
1 parent 720f31d commit 2e72013
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,10 @@
ctrl_tab_bh: ctrl_tab_bh {
compatible = "zmk,behavior-mod-morph";
label = "CTRL_TAB_BH";
bindings = <&kp ESCAPE>, <&kp TAB>;
bindings = <&kp ESCAPE>, <&kp LC(TAB)>;

#binding-cells = <0>;
mods = <(MOD_LCTL)>;
keep-mods = <(MOD_LCTL)>;
mods = <(MOD_LGUI)>;
};
};

Expand Down

0 comments on commit 2e72013

Please sign in to comment.