iberianpig / xSwipe

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

Does xSwipe support pinch and drag-n-drop action? #3

Closed serpheroth closed 11 years ago

serpheroth commented 11 years ago

Does xSwipe support pinch and drag-n-drop action?

iberianpig commented 11 years ago

It is difficult to support pinch action.(It cause by design of "synclient -m".) How action is drag-n-drop you said?

2013/8/15, serpheroth notifications@github.com:

Does xSwipe support pinch and drag-n-drop action?


Reply to this email directly or view it on GitHub: https://github.com/iberianpig/xSwipe/issues/3

serpheroth commented 11 years ago

It is like pressing mouse button without releasing it to select a block of text or move a window.

iberianpig commented 11 years ago

It is implementated as "3 finger long-press" or "4 finger long-press". Their action bind move or resize a window.