diff --git a/.install/templates/keyboard-default.conf b/.install/templates/keyboard-default.conf index 794e1ee..c89c019 100644 --- a/.install/templates/keyboard-default.conf +++ b/.install/templates/keyboard-default.conf @@ -24,7 +24,7 @@ input { # for laptop # natural_scroll = yes # middle_button_emulation = true - # clickfinger_behavior = 1 + # clickfinger_behavior = false } sensitivity = 0 # -1.0 - 1.0, 0 means no modification. } diff --git a/.install/templates/keyboard-laptop.conf b/.install/templates/keyboard-laptop.conf index 1ab5d0f..45dabe8 100644 --- a/.install/templates/keyboard-laptop.conf +++ b/.install/templates/keyboard-laptop.conf @@ -24,7 +24,7 @@ input { # for laptop natural_scroll = true middle_button_emulation = true - clickfinger_behavior = true + clickfinger_behavior = false disable_while_typing = true } sensitivity = 0 # -1.0 - 1.0, 0 means no modification.