werty1st
2/22/2015 - 10:12 PM

Linux Tk820 Logitech working like apple magix trackpad

Linux Tk820 Logitech working like apple magix trackpad

Rechts Tap aus:
synclient TapButton2=3


Rechts Click Button aus:
synclient RightButtonAreaLeft=0 
synclient RightButtonAreaRight=0
synclient RightButtonAreaTop=0
synclient RightButtonAreaBottom=0

3Finger Tap = Mittlere Maus
synclient TapButton3=2
synclient ClickFinger3=2


Udev Rules:
nano /etc/udev/rules.d/logitech.rules

ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c52b", ENV{DISPLAY}=":0.0", ENV{XAUTHORITY}="/home/ronny/.Xauthority", SYMLINK+="tk820" RUN+="/usr/bin/synclient TapButton2=3;/usr/bin/synclient RightButtonAreaLeft=0 ;/usr/bin/synclient RightButtonAreaRight=0;/usr/bin/synclient RightButtonAreaTop=0;/usr/bin/synclient RightButtonAreaBottom=0;/usr/bin/synclient TapButton3=2;/usr/bin/synclient ClickFinger3=2"