lorenzodelarocha / touchegg

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

problem with 1 finget tap #195

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
on my asus aspire V5 touchegg doesn't recognise 1 finger tap in touchpad - the 
two, three or four finger gestures are ok. It looks in console like this 
(one,two three,four finger tap)

[+] New gesture: 
        Type      ->  "TAP" 
        Fingers   ->  2 
        Direction ->  "NO_DIRECTION" 
        Action    ->  "MOUSE_CLICK" 
        App Class ->  "Yakuake" 
        Gesture Start 
        Gesture Update 
        Gesture Finish 
[+] New gesture: 
        Type      ->  "TAP" 
        Fingers   ->  3 
        Direction ->  "NO_DIRECTION" 
        Action    ->  "MOUSE_CLICK" 
        App Class ->  "Yakuake" 
        Gesture Start 
        Gesture Update 
        Gesture Finish 

and I see now that three finger tap sometimes touchegg sees as:

[+] New gesture: 
        Type      ->  "TAP" 
        Fingers   ->  3 
        Direction ->  "NO_DIRECTION" 
        Action    ->  "MOUSE_CLICK" 
        App Class ->  "Yakuake" 
        Gesture Start 
        Gesture Update 
        Gesture Finish 
[+] New gesture: 
        Type      ->  "TAP" 
        Fingers   ->  3 
        Direction ->  "NO_DIRECTION" 
        Action    ->  "MOUSE_CLICK" 
        App Class ->  "Yakuake" 
        Gesture Start 
        Gesture Update 
        Gesture Finish 
[+] New gesture: 
        Type      ->  "TAP" 
        Fingers   ->  1 
        Direction ->  "NO_DIRECTION" 
        Action    ->  "MOUSE_CLICK" 
        App Class ->  "Yakuake" 
[+] New gesture: 
        Type      ->  "DOUBLE_TAP" 
        Fingers   ->  1 
        Direction ->  "NO_DIRECTION" 
        Action    ->  "NO_ACTION" 
        App Class ->  "Yakuake" 
        Gesture Start 
        Gesture Update 
        Gesture Finish 
[+] New gesture: 
        Type      ->  "TAP" 
        Fingers   ->  1 
        Direction ->  "NO_DIRECTION" 
        Action    ->  "MOUSE_CLICK" 
        App Class ->  "Yakuake" 
[+] New gesture: 
        Type      ->  "DOUBLE_TAP" 
        Fingers   ->  1 
        Direction ->  "NO_DIRECTION" 
        Action    ->  "NO_ACTION" 
        App Class ->  "Yakuake" 
        Gesture Start 
        Gesture Update 
        Gesture Finish

and on my touchscreen touchegg sees always one finger tap as 1 tap and one 
double tap wich I didn't do. In console it looks always(one, two, three tap):

[+] New gesture: 
        Type      ->  "TAP" 
        Fingers   ->  1 
        Direction ->  "NO_DIRECTION" 
        Action    ->  "MOUSE_CLICK" 
        App Class ->  "Yakuake" 
[+] New gesture: 
        Type      ->  "DOUBLE_TAP" 
        Fingers   ->  1 
        Direction ->  "NO_DIRECTION" 
        Action    ->  "NO_ACTION" 
        App Class ->  "Yakuake" 
        Gesture Start 
        Gesture Update 
        Gesture Finish 
[+] New gesture: 
        Type      ->  "TAP" 
        Fingers   ->  2 
        Direction ->  "NO_DIRECTION" 
        Action    ->  "MOUSE_CLICK" 
        App Class ->  "Yakuake" 
        Gesture Start 
        Gesture Update 
        Gesture Finish 
[+] New gesture: 
        Type      ->  "TAP" 
        Fingers   ->  3 
        Direction ->  "NO_DIRECTION" 
        Action    ->  "MOUSE_CLICK" 
        App Class ->  "Yakuake" 
        Gesture Start 
        Gesture Update 
        Gesture Finish 

A double tap on touchscreen:
[+] New gesture: 
        Type      ->  "TAP" 
        Fingers   ->  1 
        Direction ->  "NO_DIRECTION" 
        Action    ->  "MOUSE_CLICK" 
        App Class ->  "Yakuake" 
[+] New gesture: 
        Type      ->  "DOUBLE_TAP" 
        Fingers   ->  1 
        Direction ->  "NO_DIRECTION" 
        Action    ->  "NO_ACTION" 
        App Class ->  "Yakuake" 
        Gesture Start 
        Gesture Update 
        Gesture Finish 
[+] New gesture: 
        Type      ->  "TAP" 
        Fingers   ->  1 
        Direction ->  "NO_DIRECTION" 
        Action    ->  "MOUSE_CLICK" 
        App Class ->  "Yakuake" 
[+] New gesture: 
        Type      ->  "DOUBLE_TAP" 
        Fingers   ->  1 
        Direction ->  "NO_DIRECTION" 
        Action    ->  "NO_ACTION" 
        App Class ->  "Yakuake" 
        Gesture Start 
        Gesture Update 
        Gesture Finish 

Original issue reported on code.google.com by daniel.k...@gmail.com on 12 Feb 2013 at 8:25

GoogleCodeExporter commented 8 years ago
Small error in the three finger tap for touchpad: the first ist recognized 
normally and the second as three finger tap and two one finger taps followed by 
double tap   

Original comment by daniel.k...@gmail.com on 12 Feb 2013 at 8:29

GoogleCodeExporter commented 8 years ago
Hi! I'm sorry for the delay anwsering :S

Try to run in a terminal:
$ synclient TapButton1=0 ; synclient ClickFinger1=0

Really I never try to capture the 1 finger tap, because this is not really a 
gesture, I don't know if it is possible
Greetings!

Original comment by jose.exposito89@gmail.com on 3 Mar 2013 at 12:31

GoogleCodeExporter commented 8 years ago
About the double tap, can you attach your configuration file please?

Original comment by jose.exposito89@gmail.com on 3 Mar 2013 at 12:32

GoogleCodeExporter commented 8 years ago

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