input-wacom icon indicating copy to clipboard operation
input-wacom copied to clipboard

Right click with two finger tap happens only about one in ten times

Open stibinator opened this issue 2 years ago • 2 comments

I have a Wacom Intuos Pro L with Ubuntu 22.04.2 LTS / Gnome 42.5 / X11 and I have an issue where two-finger tapping to produce a right-click only registers about once in ten times. There does not seem to be any pattern to how it registers: tapping slowly or quickly, fingers close together, fingers spread apart, long or short taps all seem to have about the same effect.

I can see the taps being registered, but they're not being translated into a click most of the time. This is me repeatedly two-finger-tapping on the tablet until it finally registers a right click:

>~ xinput --test "Wacom Intuos Pro L Finger touch"
motion a[2]=0 a[3]=0 a[4]=0 
motion a[2]=0 a[3]=0 a[4]=0 
motion a[2]=0 a[3]=0 a[4]=0 
motion a[2]=0 a[3]=0 a[4]=0 
motion a[2]=0 a[3]=0 a[4]=0 
motion a[2]=0 a[3]=0 a[4]=0 
motion a[2]=0 a[3]=0 a[4]=0 
motion a[2]=0 a[3]=0 a[4]=0 
motion a[2]=0 a[3]=0 a[4]=0 
motion a[2]=0 a[3]=0 a[4]=0 
motion a[2]=0 a[3]=0 a[4]=0 
motion a[2]=0 a[3]=0 a[4]=0 
motion a[2]=0 a[3]=0 a[4]=0 
motion a[2]=0 a[3]=0 a[4]=0 
motion a[2]=0 a[3]=0 a[4]=0 
motion a[2]=0 a[3]=0 a[4]=0 
button press   3 
button release 3 

stibinator avatar Jun 26 '23 01:06 stibinator

I have the same issue after upgrading to Debian bookworm -- it is hard to trigger right click with two fingers.

und3f avatar Sep 15 '23 01:09 und3f

I've installed syngestures which fixes the problem, I had to disable quite all the other gestures that it comes with by default because they were causing all sorts of annoyances. But it works for two finger tap to click. https://github.com/mqudsi/syngesture

stibinator avatar Sep 18 '23 01:09 stibinator

There are many multitouch solutions on Linux. Depends on the distribution in use, the feature can be different. With that said, it is not a kernel driver feature. So, it doesn't belong here.

Pinglinux avatar May 17 '24 21:05 Pinglinux

Switching to Arch also worked.

stibinator avatar May 19 '24 00:05 stibinator