>From 165cfdd7a1c63bb04d916b59fb8ce38278871e36 Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Thu, 19 Dec 2013 03:20:53 +0400 Subject: [PATCH] added elantech soft-button example This is relevant for e.g. ASUS UX31A. --- synaptics.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/synaptics.conf b/synaptics.conf index e290872..fcca110 100644 --- a/synaptics.conf +++ b/synaptics.conf @@ -31,5 +31,7 @@ Section "InputClass" #Option "EmulateTwoFingerMinW" "8" # Your finger needs to produce this many scrolls per second in order to start coasting #Option "CoastingSpeed" "0" +# ETPS/2 Elantech Touchpad's software keys can be reconfigured + #Option "SoftButtonAreas" "60% 0 82% 0 40% 59% 82% 0" ############################################################### EndSection -- 1.8.3.4