summaryrefslogtreecommitdiff
path: root/conf
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-01-04 16:11:00 +1000
commit2159b5d26207c83efea6efca7fa5765df95a4219 (patch)
treedd7283a1e162209698a3dd7272b44d6238f749c2 /conf
parentce7565ea6683f594f1f2ab5769bf60b1337d70bd (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>
Diffstat (limited to 'conf')
-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.