anodynos / touchegg

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

Double_tap #206

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hello. I have a wierd problem ... i set a 3 fingers double tap gesture and it's 
not working right ... when I single tap I receive a single tap and a double tap 
on the same time ... so my single tap becomes a double tap. I attached my 
touchegg.conf file.

This is the output when I double tap with 3 fingers:
[+] New gesture: 
    Type      ->  "TAP" 
    Fingers   ->  3 
    Direction ->  "NO_DIRECTION" 
    Action    ->  "MOUSE_CLICK" 
    App Class ->  "Gnome-terminal" 
[+] New gesture: 
    Type      ->  "DOUBLE_TAP" 
    Fingers   ->  3 
    Direction ->  "NO_DIRECTION" 
    Action    ->  "MAXIMIZE_RESTORE_WINDOW" 
    App Class ->  "Gnome-terminal" 
    Gesture Start 
    Gesture Update 
    Gesture Finish 

Original issue reported on code.google.com by bogdan.b...@gmail.com on 16 May 2013 at 5:04

Attachments:

GoogleCodeExporter commented 8 years ago
You're welcome to try the patch I'm running, it should fix this and (I believe) 
a memory leak or two.

Original comment by j...@duosecurity.com on 19 Jul 2013 at 2:08

Attachments:

GoogleCodeExporter commented 8 years ago
Is this patch already available in the new version of TouchEgg? I've installed 
TouchEgg from the Ubuntu repositories (Ubuntu Gnome 13.10) and still have this 
bug.

Original comment by dmt....@gmail.com on 16 Jan 2014 at 8:08

GoogleCodeExporter commented 8 years ago
No, it isn't. The version of the repos is not very updated, I recomend you to 
compile the SVN source code.

Original comment by jose.exposito89@gmail.com on 16 Jan 2014 at 4:33

GoogleCodeExporter commented 8 years ago
As a linux-newbie, I'm afraid of doing it :)

Did you ever think of implementing an ppa on launchpad? Ideally, with a GUI to 
configure TouchEgg. This would certainly rock and push the popularity of this 
useful application.

Bless!

Original comment by dmt....@gmail.com on 16 Jan 2014 at 4:40

GoogleCodeExporter commented 8 years ago
first of all a big thx for this pogram!

i'm also a noob but i've managed to compile it with your patch on arch.

however there's still the problem, but the output of touchegg is really helpful 
i guess:
[+] New gesture: 
    Type      ->  "TAP" 
    Fingers   ->  1 
    Direction ->  "NO_DIRECTION" 
    Action    ->  "NO_ACTION" 
    App Class ->  "Plasma" 
    Update finished. 
    Tap Sending... 
    GestureUpdate:  "Tap" 

i've also tried to change the composed_gestures_time but with no result :(

Original comment by st.schwa...@gmail.com on 30 May 2014 at 8:33