# Some frequently used options for Synaptics touchpads. # See synaptics(4) for details. Section "InputClass" Identifier "touchpad catchall" Driver "synaptics" MatchIsTouchpad "on" ############################################################### # Which mouse button is reported on a non-corner one-finger tap Option "TapButton1" "1" # Which mouse button is reported on a non-corner two-finger tap #Option "TapButton2" "2" # Which mouse button is reported on a non-corner three-finger tap #Option "TapButton3" "3" # Enable vertical scrolling when dragging along the right edge #Option "VertEdgeScroll" "on" # Enable vertical scrolling when dragging with two fingers anywhere on the touchpad #Option "VertTwoFingerScroll" "on" # Enable horizontal scrolling when dragging along the bottom edge #Option "HorizEdgeScroll" "on" # Enable horizontal scrolling when dragging with two fingers anywhere on the touchpad #Option "HorizTwoFingerScroll" "on" # If on, circular scrolling is used #Option "CircularScrolling" "on" # Trigger region on the touchpad to start circular scrolling #Option "CircScrollTrigger" "2" # Play with this values to set the precision of two finger scroll # (For touchpads not capable of detecting multiple fingers # but are capable of detecting finger pressure and width) #Option "EmulateTwoFingerMinZ" "40" #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