scylla / touchegg

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

feature request: recognize click #244

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Tapping on a touchpad can be too easy to do accidentally.  On a touchpad with a 
button underneath (so that the whole thing is clickable, like Apple ones), I 
would like to be able to specify

<gesture type="CLICK" fingers="2" direction="">
    <action type="MOUSE_CLICK">BUTTON=3</action>
</gesture>

to require clicking the button instead of just tapping, while simultaneously 
holding down 2 fingers (or 3 for middle-click).

Original issue reported on code.google.com by shawn.t....@gmail.com on 20 Aug 2014 at 9:06