lorenzodelarocha / touchegg

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

Not using new configuration #166

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Here's the config I've added to touchegg.conf:

  <application name="Gnome-terminal">
        <gesture type="DRAG" fingers="3" direction="LEFT">
            <action type="SEND_KEYS">Control+Page_Down</action>
        </gesture>
        <gesture type="DRAG" fingers="3" direction="RIGHT">
            <action type="SEND_KEYS">Control+Page_Up</action>
        </gesture>

    </application>

I know touchegg is picking up 3-finger gestures because I can drag using it.  
Inside my terminal, when I try to use my new gestures, they seem to be ignored. 
 Also, I'm not sure the config file is even being read...I have removed it or 
added bad xml and touchegg still runs the same as it did before.

This is on Ubuntu12.04 w/ magic trackpad.

Also, thank you so much for making this!

Original issue reported on code.google.com by baohx2...@gmail.com on 14 Sep 2012 at 12:24

GoogleCodeExporter commented 8 years ago
it would be nice if there was an argument for touchegg for it to spit out what 
it reads from the configuration or would let me know if the config file is bad.

Original comment by baohx2...@gmail.com on 14 Sep 2012 at 12:25

GoogleCodeExporter commented 8 years ago
Disregard...i had config file in wrong place.

Original comment by baohx2...@gmail.com on 14 Sep 2012 at 12:39

GoogleCodeExporter commented 8 years ago
Ok, don't worry ;)

Original comment by jose.exposito89@gmail.com on 14 Sep 2012 at 8:17