wok annotate xorg-xf86-input-synaptics/stuff/45-synaptics.conf @ rev 23924

webgames: update checkers
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 22 19:44:06 2020 +0000 (2020-08-22)
parents
children
rev   line source
pascal@18866 1 Section "InputClass"
pascal@18866 2 Identifier "touchpad"
pascal@18866 3 Driver "synaptics"
pascal@18866 4 MatchIsTouchpad "on"
pascal@18866 5 MatchDevicePath "/dev/input/event*"
pascal@18866 6 Option "SHMConfig" "on"
pascal@18866 7 Option "TapButton1" "1"
pascal@18866 8 Option "TapButton2" "2"
pascal@18866 9 Option "TapButton3" "3"
pascal@18866 10 Option "VertEdgeScroll" "on"
pascal@18866 11 Option "VertTwoFingerScroll" "on"
pascal@18866 12 Option "HorizEdgeScroll" "on"
pascal@18866 13 Option "HorizTwoFingerScroll" "on"
pascal@18866 14 Option "CircularScrolling" "on"
pascal@18866 15 Option "CircScrollTrigger" "2"
pascal@18866 16 Option "EmulateTwoFingerMinZ" "0"
pascal@18866 17 EndSection