Continue num_word on DOT and COMMA by default
This commit is contained in:
parent
3c3b9d82be
commit
425777c57c
1 changed files with 8 additions and 8 deletions
|
@ -25,8 +25,8 @@
|
||||||
compatible = "zmk,behavior-caps-word";
|
compatible = "zmk,behavior-caps-word";
|
||||||
label = "NUM_WORD";
|
label = "NUM_WORD";
|
||||||
#binding-cells = <0>;
|
#binding-cells = <0>;
|
||||||
// layers = <xxx>; // to be specified in user config using &num_word {}
|
// layers = <xx>; // to be specified in user config using "&num_word { layers = <xx>; };"
|
||||||
continue-list = <BACKSPACE DELETE>;
|
continue-list = <BACKSPACE DELETE DOT COMMA>;
|
||||||
ignore-numbers;
|
ignore-numbers;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue