iberianpig / xSwipe

Multitouch gestures with synaptics driver on X11, Linux
452 stars 56 forks source link

Is there a reason why this sets ClickFinger3 to 1? #52

Open kufii opened 7 years ago

kufii commented 7 years ago

I'm trying to get a 3 finger click to be a middle click, so I set ClickFinger3=2, but everytime I scroll it gets reset back to 1 (which makes sense because of this). Is there a technical reason for this? If so is there a way to get 3 finger click to be a middle click and still have this work properly?

linweilian03 commented 6 years ago

I think you should use TapButton3=2 rather than ClickFinger3=2. Use command "man synaptics", and you will know the difference.