anodynos / touchegg

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

DOUBLE_TAP not recognized #123

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I have the following in my config: 

<gesture type="DOUBLE_TAP" fingers="3" direction="">
    <action type="SEND_KEYS">Control+W</action>
</gesture>

The double tap does not seem to be recognized, and is not showing in touchegg 
output.

Original issue reported on code.google.com by bendavi...@gmail.com on 4 Nov 2011 at 9:54

GoogleCodeExporter commented 8 years ago
Probably you have somethig like this in your configuration file:

    <settings>
        <property name="composed_gestures_time">0</property>
    </settings>

You need to adjust this time, that is the max time between the two tap, try 
with 140

Original comment by jose.exposito89@gmail.com on 5 Nov 2011 at 1:55

GoogleCodeExporter commented 8 years ago
Ah, thanks.  Is there any documentation on these types of settings?

Original comment by bendavi...@gmail.com on 5 Nov 2011 at 4:49

GoogleCodeExporter commented 8 years ago
That fixed it, by the way. You can close the issue :-)

Original comment by bendavi...@gmail.com on 5 Nov 2011 at 4:55

GoogleCodeExporter commented 8 years ago
Very nice!! The wiki tries to provide documentation, but I must recognize that 
it needs many work:
http://code.google.com/p/touchegg/wiki/Main?tm=6

Original comment by jose.exposito89@gmail.com on 5 Nov 2011 at 5:03

GoogleCodeExporter commented 8 years ago

Original comment by jose.exposito89@gmail.com on 7 Nov 2011 at 7:59