05-29-2020, 11:10 AM
I had the same problem, I am used to a ThinkPad touchpad under Ubuntu.
After some searching and experimentation I found that
MaxTapTime was set to 160
This means I get a consistent right click when I tap with two fingers, but YMMV, muscle memory, etc.
I also disabled coasting and changed the min / max speed & acceleration.
Best thing to do is dump synclient output to create a script as per https://www.techrepublic.com/article/twe...-in-linux/
This man page is useful in terms of how the settings work https://www.x.org/archive/X11R7.5/doc/ma...ics.4.html
After some searching and experimentation I found that
Code:
synclient MaxTapTime=225
MaxTapTime was set to 160
This means I get a consistent right click when I tap with two fingers, but YMMV, muscle memory, etc.
I also disabled coasting and changed the min / max speed & acceleration.
Best thing to do is dump synclient output to create a script as per https://www.techrepublic.com/article/twe...-in-linux/
This man page is useful in terms of how the settings work https://www.x.org/archive/X11R7.5/doc/ma...ics.4.html