Last active
August 29, 2015 14:15
-
-
Save werty1st/9610dfeffd760abfc2c8 to your computer and use it in GitHub Desktop.
Linux Tk820 Logitech working like apple magix trackpad
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment