We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3be5f34 commit b8fd962Copy full SHA for b8fd962
config/charybdis.keymap
@@ -70,7 +70,14 @@
70
};
71
72
/ {
73
- combos { compatible = "zmk,combos"; };
+ combos {
74
+ compatible = "zmk,combos";
75
+
76
+ winmove {
77
+ bindings = <&mo 12>;
78
+ key-positions = <55 53>;
79
+ };
80
81
82
behaviors {
83
/* Fancy alt-tab on single key. Might remove timeout to get used to interrup
@@ -469,9 +476,9 @@
469
476
470
477
471
478
/* Combine Sym and Nav layers for window movement */
472
- WinMove {
473
- if-layers = <2 8>;
474
- then-layer = <12>;
475
- };
479
+ /* WinMove { */
480
+ /* if-layers = <2 8>; */
481
+ /* then-layer = <12>; */
482
+ /* }; */
483
484
0 commit comments