From 3b02d3061e58097ab5644b85250ed48e5ef0b02a Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 4 Jan 2013 16:08:47 +1000 Subject: conf: add example for AreaBottomEdge on clickpad buttons Those that use clickpad buttons as buttons can see cursor jumps as the press on the touchpad - largely caused by the finger changing shape as the pressure changes and thus moving the hotspot. Simple fix is to define the clickpad soft button areas as dead areas, but this cannot be set as general option as it would break for those that use tapping. Signed-off-by: Peter Hutterer (cherry picked from commit 2159b5d26207c83efea6efca7fa5765df95a4219) --- conf/50-synaptics.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/50-synaptics.conf b/conf/50-synaptics.conf index 9e86a7a..dd16ca2 100644 --- a/conf/50-synaptics.conf +++ b/conf/50-synaptics.conf @@ -32,6 +32,9 @@ Section "InputClass" Identifier "Default clickpad buttons" MatchDriver "synaptics" Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0" +# To disable the bottom edge area so the buttons only work as buttons, +# not for movement, set the AreaBottomEdge +# Option "AreaBottomEdge" "82%" EndSection # This option disables software buttons on Apple touchpads. -- cgit v1.2.3