anodynos / touchegg

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

Control+Alt+Left #204

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
How can I change desktop with SEND_KEYS action ?? I tried Control+Alt+Left and 
it doesn't work. Does the left arrow has another name ?

        <gesture type="DRAG" fingers="4" direction="LEFT">
            <action type="SEND_KEYS">Control+Alt+Left</action>
        </gesture>

I used this tutorial to make touchegg work in unity 
http://askubuntu.com/questions/57586/how-can-i-disable-arbitrary-default-multito
uch-gestures-in-unity/205045#205045 and the CHANGE_DESKTOP action won't work 
... 

        <gesture type="DRAG" fingers="4" direction="RIGHT">
            <action type="CHANGE_DESKTOP">PREVIOUS</action>
        </gesture>

or it's written wrong ?
Thanks!

P.S I'm running ubuntu 13.04, it worked on 12.10.

Original issue reported on code.google.com by bogdan.b...@gmail.com on 29 Apr 2013 at 2:58

GoogleCodeExporter commented 8 years ago
Never mind, it finally worked.

Original comment by bogdan.b...@gmail.com on 30 Apr 2013 at 10:44

GoogleCodeExporter commented 8 years ago

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