// Keymap Version: Sept 24, 2021, 10:10 am, reduce tapping term for menu/cmd
This commit is contained in:
parent
8297d895b6
commit
4c5210b633
1 changed files with 4 additions and 6 deletions
|
@ -12,7 +12,7 @@
|
|||
#define SYS 6
|
||||
|
||||
// %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
// Last committed: September 21, 2021, 1:52 pm
|
||||
// Keymap Version: Sept 24, 2021, 10:10 am
|
||||
// %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
|
||||
/ {
|
||||
|
@ -22,12 +22,10 @@
|
|||
label = "MENU_KEY_HOLD_TAP";
|
||||
#binding-cells = <2>;
|
||||
flavor = "hold-preferred";
|
||||
// Long tapping term.
|
||||
// Quick tap => tap. Long hold => tap. Combination => hold.
|
||||
tapping-term-ms = <1000>;
|
||||
// Tapping-term 200ms is slightly too long for cmd+mouseClick
|
||||
// to reliably decide into a hold-behavior.
|
||||
tapping-term-ms = <150>;
|
||||
bindings = <&kp>, <&kp>;
|
||||
// All except 38, the position of the K_CMENU hold-tap behavior
|
||||
hold-enabler-keys = <0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 39 40 41>;
|
||||
};
|
||||
|
||||
hlt: hold_preferred_layer_tap {
|
||||
|
|
Loading…
Add table
Reference in a new issue