p2rkw / xf86-input-mtrack

Xorg Multitouch Trackpad Driver
GNU General Public License v2.0
489 stars 54 forks source link

Two finger scroll direction #107

Open wolkym opened 4 years ago

wolkym commented 4 years ago

Hello guys, thanks for the driver! It helps a lot with Apple Trackpad 2 on 4.18 kernel. I have troubles to switch scroll direction, move two fingers down and scroll down at the same time. There are buttons for scroll up and down (default 4 and 5).

ScrollUpButton For two finger scrolling. The button that is triggered by scrolling up.
Integer value. A value of 0 disables scrolling up. Defaults to 4.

ScrollDownButton For two finger scrolling. The button that is triggered by scrolling down.
Integer value. A value of 0 disables scrolling down. Defaults to 5.

I tried to swap it, but it did not help. Is there any way to change direction of two-finger scroll?

p2rkw commented 4 years ago

Hi, I thought I fixed that, please set ScrollSmooth to 0 and then experiment with swapping ScrollUpButton and ScrollDownButton one more time.