lorenzodelarocha / touchegg

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

Gesture for browsing #196

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
My gestures for my broswer does not work. I set them like this:

    <application name="Firefox">
        <gesture type="DRAG" fingers="2" direction="RIGHT">
            <action type="SEND_KEYS">Alt+Right</action>
        </gesture>
        <gesture type="DRAG" fingers="2" direction="LEFT">
            <action type="SEND_KEYS">Alt+Left</action>
        </gesture>
    </application>

Any ideeas ?

Original issue reported on code.google.com by bogdan.b...@gmail.com on 19 Feb 2013 at 5:58

GoogleCodeExporter commented 8 years ago
Try to run Touchégg in a terminal, perform the gesture and check the output. 
What do you see?

Original comment by jose.exposito89@gmail.com on 19 Feb 2013 at 10:25

GoogleCodeExporter commented 8 years ago
Nothing happens when I use just two fingers ... for 3,4,5 fingers works.

Original comment by bogdan.b...@gmail.com on 19 Feb 2013 at 10:39

GoogleCodeExporter commented 8 years ago
Probably you need to follow this instructions:
http://code.google.com/p/touchegg/wiki/FAQ
https://wiki.ubuntu.com/Multitouch/TouchpadSupport

To enable two fingers drag

Original comment by jose.exposito89@gmail.com on 19 Feb 2013 at 10:40

GoogleCodeExporter commented 8 years ago

Original comment by jose.exposito89@gmail.com on 1 Aug 2013 at 2:29