wok-6.x view xorg-xf86-input-synaptics/stuff/35-synaptics.conf @ rev 13154

zerobin: add proxy fix
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jul 16 11:07:01 2012 +0200 (2012-07-16)
parents
children
line source
1 Section "InputClass"
2 Identifier "touchpad"
3 Driver "synaptics"
4 MatchIsTouchpad "on"
5 Option "SHMConfig" "on"
6 Option "TapButton1" "1"
7 Option "TapButton2" "2"
8 Option "TapButton3" "3"
9 Option "VertEdgeScroll" "on"
10 Option "VertTwoFingerScroll" "on"
11 Option "HorizEdgeScroll" "on"
12 Option "HorizTwoFingerScroll" "on"
13 Option "CircularScrolling" "on"
14 Option "CircScrollTrigger" "2"
15 Option "EmulateTwoFingerMinZ" "0"
16 EndSection