scylla / touchegg

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

Mouse Drag Delay #241

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi good day to all!

First of all, thanks for this great app! have been using it for several months 
now in Fedora 20 and I love it!

Now for my concern, I am doing a right mouse drag guesture and I have two issues

1. When I perform a drag guesture I coded for touchegg, there is a certain 
noticeable delay, how do I reduce the delay to 0 and drag instantly?

2. When I perform a drag guesture with a right button, a selection box appear 
like doing a drag with left click, how do I disable selection and just do drag 
with right button?

Original issue reported on code.google.com by dominicg...@gmail.com on 19 Jul 2014 at 5:33

GoogleCodeExporter commented 8 years ago
Hi, thank you very much :)

1) What action are you executing? Is it being executed at the beginning or at 
the end of the gesture? Check this out:
https://code.google.com/p/touchegg/issues/detail?id=185&can=1&q=action%20end

2) It is not possible, the output should be the same that perform a right click 
drag with a mouse.

Best wishes,
Jose

Original comment by jose.exposito89@gmail.com on 23 Jul 2014 at 9:29