iberianpig / xSwipe

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

three finger swipe right #2

Closed zprood closed 11 years ago

zprood commented 11 years ago

Great job iberianpig, my laptop is dell n4110 with synaptics v7.5 touchpad. Now it runs on ubuntu 12.10 (unity environment), Xswipe can make three finger(up/down/left) work, but can't get swipe to right, and the time of three finger pinch is longer than 1s. Thanks a lot.

iberianpig commented 11 years ago

Hi zprood.Thank you for your feedback.

(1)swipe right is not working ->Is your eventKey.cfg same as default?

(2)time of swipe is longer ->You can't change the time of setting, but you can change sensitivity to swipe. Please try "-d" option. https://github.com/iberianpig/xSwipe/wiki/Usage e.g) $ perl xSwipe -d 0.5

zprood commented 11 years ago

Thanks for your quick reply, you're right when i use the parameter “-d”, the right three finger swipe works too as well the pinch function. Thumbs up! Just one more extra question, what's the setting you do about your touchpad? For me, i feel cursor is too fast to control well.

iberianpig commented 11 years ago

I'm glad to know that it works well.

My touchpad setting(synaptics) is below. https://gist.github.com/iberianpig/4719487#file-50-synaptics-conf

NOTE: My touchpad setting is optimized with dell XPS13, It is known that synaptics or synclient appropriate setting is vary depending on the type of touchpad.

zprood commented 11 years ago

Thanks again, i check the value between ours, and correct some parts, now it's ready to use.