anodynos / touchegg

Automatically exported from code.google.com/p/touchegg
4 stars 1 forks source link

2 and 3 fingered gestures don't work #191

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I have been having a problem with touchegg not responding to two and three 
fingered gestures of any kind. My OS is linux mint Maya Mate, and I am using an 
apple Magic trackpad which is supported. four and five finger gestures seem to 
be recognized just fine. I tried changing settings in synclient but nothing 
seems to work. I am wondering if some system process is reserving or keeping 3 
and 2 fingered gestures from being recognized by touchegg. 

is there anything I can do or do you think gestures would be recognized in 
another more recent distribution. 

Original issue reported on code.google.com by W.family...@gmail.com on 6 Feb 2013 at 1:41

GoogleCodeExporter commented 8 years ago
Please check the FAQ:
http://code.google.com/p/touchegg/wiki/FAQ?wl=en

> In Precise, if you want to use gestures with 2 and 3 fingers, you need to 
follow this instructions:
> https://wiki.ubuntu.com/Multitouch/TouchpadSupport
> You can simply execute this commands to allow Touchégg to use this gestures:
>   synclient TapButton2=0
>   synclient TapButton3=0
>   synclient ClickFinger2=0
>   synclient ClickFinger3=0
>   synclient HorizTwoFingerScroll=0
>   synclient VertTwoFingerScroll=0

Original comment by jose.exposito89@gmail.com on 6 Feb 2013 at 7:40