-
-
Notifications
You must be signed in to change notification settings - Fork 2
Tap and hold do nothing #13
Comments
if you can tell me where to look for log message for tap client, maybe i can debug it @iberianpig |
I looked at the yaml and the following seems to be wrong
tap:
-1:
+ 1:
- sendkey: "echo ----------------tap1----------------------------"
+ command: "echo ----------------tap1----------------------------" BTW, |
oh, my bad, but even after indentation, it does not work. and command does not output anything
i am using rhythmbox and lollypop and this used to work in my prev installs. so can you tell me how to debug it? |
And I noticed that libinput v1.17.0 debug-events format is changed, and it doesn't work tap and hold detection.
|
Wait so what does this mean? no more tap events ? |
No, the tap events are still being written out. On the left is the log of Some logs colored on the left have changed format, it needs to be rewritten in the parser for v1.17.0. This is a problem with fusuma-plugin-tap, which depends on the verbose log. For a permanent solution, I think we should get events from libinput API or evdev instead of verbose log. |
i think if you use libinput API, it will also fix the issue where fusuma executes 4 finger tap after doing 3 finger swipe and holding. |
Hold gestures are coming to libinput by default so you may want to wait for them. See https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/602 |
It seems to have been merged. http://who-t.blogspot.com/2021/07/libinput-and-hold-gestures.html |
Distribution: Manjaro 20.2 Nibia, Wayland, Gnome.
my config;
Details of fusuma
Nothing happens when i tap with 1 finger or hold with 4 finger. I cant debug it since i dont see any log messages.
The text was updated successfully, but these errors were encountered: