summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2013-01-04 16:08:47 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2013-02-01 15:35:21 +1000
commit3b02d3061e58097ab5644b85250ed48e5ef0b02a (patch)
tree89a2c8b3702ce565374f88c195336dc772e54946
parentf23991d3c2bbf25d467ddd6d850acd5bca3cd4b2 (diff)
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 <peter.hutterer@who-t.net> (cherry picked from commit 2159b5d26207c83efea6efca7fa5765df95a4219)
-rw-r--r--conf/50-synaptics.conf3
1 files changed, 3 insertions, 0 deletions
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.