Skip to content

Commit

Permalink
{arrow}: Morphed workspace-switch keys
Browse files Browse the repository at this point in the history
Currently:
 {arrow}+m -> open terminal tab#1
 {arrow}+ctrl+m -> switch to workspace KinesisCorporation#1

Previously it was the opposite
  • Loading branch information
vlad-psh committed Aug 1, 2023
1 parent 1998ecc commit 0f5e2f7
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions config/behaviors.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -5,35 +5,28 @@ ctrl_1: ctrl_1 {
compatible = "zmk,behavior-mod-morph";
label = "ctrl_1";
#binding-cells = <0>;
bindings = <&kp LC(N1)>, <&kp LG(N1)>;
bindings = <&kp LG(N1)>, <&kp LC(N1)>;
mods = <(MOD_LCTL)>;
};
ctrl_2: ctrl_2 {
compatible = "zmk,behavior-mod-morph";
label = "ctrl_2";
#binding-cells = <0>;
bindings = <&kp LC(N2)>, <&kp LG(N2)>;
bindings = <&kp LG(N2)>, <&kp LC(N2)>;
mods = <(MOD_LCTL)>;
};
ctrl_3: ctrl_3 {
compatible = "zmk,behavior-mod-morph";
label = "ctrl_3";
#binding-cells = <0>;
bindings = <&kp LC(N3)>, <&kp LG(N3)>;
bindings = <&kp LG(N3)>, <&kp LC(N3)>;
mods = <(MOD_LCTL)>;
};
ctrl_4: ctrl_4 {
compatible = "zmk,behavior-mod-morph";
label = "ctrl_4";
#binding-cells = <0>;
bindings = <&kp LC(N4)>, <&kp LG(N4)>;
mods = <(MOD_LCTL)>;
};
ctrl_5: ctrl_5 {
compatible = "zmk,behavior-mod-morph";
label = "ctrl_5";
#binding-cells = <0>;
bindings = <&kp LC(N5)>, <&kp LG(N5)>;
bindings = <&kp LG(N4)>, <&kp LC(N4)>;
mods = <(MOD_LCTL)>;
};
up_pgup: up_page_up {
Expand Down

0 comments on commit 0f5e2f7

Please sign in to comment.