Section "InputClass"
Identifier "touchpad"
Driver "synaptics"
MatchDevicePath "/dev/input/event*"
MatchIsTouchpad "on"
Option "TapButton1" "1"
Option "TapButton2" "2"
Option "TapButton3" "3"
Option "VertTwoFingerScroll" "on"
Option "HorizTwoFingerScroll" "on"
Option "VertEdgeScroll" "on"
Option "HorizEdgeScroll" "on"
EndSection
By this configuration, I activate the behavior of click functions, vertical- and horizontal-scroll using two fingers, and also vertical-edge- and horizontal-edge-scroll that are very convinient for me. Click functions on my laptop can be performed such like this:
- left-click: one-finger's click
- right-click: two-finger's click
- middle-click: three-finger's click
2 comments:
I tried to do as what you said, but It still did not work. My Laptop is Asus R500V
It works for my laptop: HP Pavilion dv3-4000 series. I don't have your model so that I cannot check it, sorry ...
Post a Comment