Paweł
Paweł
New commits, please test, and let me know about issues before I push to master.
> Now: Cursor movement is disabled but the cross arrows are visible and window (in KDE) is semi-transparent = waiting for drag finish. I don't fully understand: does it mean...
Your device can track 2 fingers at once. How does synaptics report movement after that 3 finger tap (BTN_TOOL_TRIPLETAP=1) ? Does it generate events for slot 0, 1 or for...
Ad. clickpad behavior: you should enable button zones with ` Option "ButtonZonesEnable" "true" ` Ad. swipes: I appled your setup, but I couldn't reproduce, sorry. Does it happen all the...
> ``` > Option "ButtonZonesEnable" "true" > ``` > > Is this neccessary for multi finger clicks, as opposed to clicks in the different areas of the touchpad? No, it...
So first attempt to bugfix is here: https://github.com/p2rkw/xf86-input-mtrack/tree/button_emulated_fix Please test it with xinput --test PS. Fix relates to clickpad only, I will look at swipes once this get done.
You set in xorg.conf: `Option "SwipeDistance" "150"`, but xinput shows: `Trackpad Swipe Settings (316): 700, 300, 0`, it should be 150 instead of 700. Could you attach/paste your Xorg.0.log? PS....
I just checked your configuration with xinput --test and I couldn't reproduce on my device. Could you put some debug printfs(`LOG_INFO("your message")`) into code and share your results? EDIT: but...
Any problems with last fix? Can I merge it to master?
Original issue may be related to #52: right now there's no support for [partial multi-touch touchpads](https://wayland.freedesktop.org/libinput/doc/1.2.1/touchpads.html). I will try to add it somehow.