From 9f809b259486874732ff5a6f07976d6001c3793e Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Thu, 27 Jun 2024 13:34:59 +0200 Subject: [PATCH] Updates --- .install/templates/keyboard-default.conf | 2 +- .install/templates/keyboard-laptop.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.