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";
|
||||
label = "NUM_WORD";
|
||||
#binding-cells = <0>;
|
||||
// layers = <xxx>; // to be specified in user config using &num_word {}
|
||||
continue-list = <BACKSPACE DELETE>;
|
||||
// layers = <xx>; // to be specified in user config using "&num_word { layers = <xx>; };"
|
||||
continue-list = <BACKSPACE DELETE DOT COMMA>;
|
||||
ignore-numbers;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue