Touchpad scroll with two fingers tweak

By | November 7, 2008

Apple laptops allow the user to perform scrolls by using two fingers on the touchpad. This can easily happen in Linux by adding the following to your InputDevice section from /etc/X11/xorg.conf :

Option “VertTwoFingerScroll” “true”

Option “HorizTwoFingerScroll” “true”

Leave a Reply

Your email address will not be published. Required fields are marked *