Skip to content

Draft: touchpad: support 3 4 fingers tap as single event

xiaoyi zou requested to merge zouxiaoyi/libinput:main_wip_raw-tap-event into main

We have implemented this solution that we believe is kind of reasonable. With this change, libinput send out a LIBINPUT_EVENT_RAW_TAP event when there is a 3-fg or 4-fg tap on the touchpad. And others may use this event to achieve their features.

For some discussions about 3 4 fingers tap event, see Will there be a Tap Gesture? And if there will be, how to deal with Tap-To-Click? (#916) · Issues · libinput / libinput · GitLa

Feel free to give your comments, thanks a lot:)

Merge request reports