iberianpig / fusuma

Multitouch gestures with libinput driver on Linux
MIT License
3.67k stars 149 forks source link

Support for tap event #83

Closed cshaa closed 6 years ago

cshaa commented 6 years ago

Prerequisites

Description

It would be quite useful if Fusuma had the ability to also detect the tap events. That would for example allow me to use both two-finger tap and right-corner click for the emulation of the right mouse button. AFAIK there is currently no way to achieve this behavior in Ubuntu 18.04, see my SO question.

Adding tap and possibly doubletap with options for two, three and four fingers would IMHO greatly extend the capabilities of Fusuma.

iberianpig commented 6 years ago

@m93a fusuma depends on libinput-debug-events. Unfortunately, libinput-debug-events doesn't recognize tapping and coordinate data(x, y) on a touchpad.

iberianpig commented 4 years ago

@m93a I released fusuma-plugin-tap. This plugin detects 1~4 fingers tap gestures and hold(long press) gestures.