Monday, April 29, 2024
 Popular · Latest · Hot · Upcoming
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 3070  / 2 Years ago, wed, december 8, 2021, 8:18:34

I am looking for a way to swap the 'tap' action when using two and three fingers. At the moment, as standard, double-finger-tapping right clicks, and tripple-finger-tapping middle clicks ... I would like to switch these two actions, while retaining the two-finger scrolling.



This makes sense to me because I use middle click a lot, and also middle clicking with two fingers correlates with scrolling with two fingers (on a traditional mouse, scrolling is done with the middle wheel).


More From » mouse

 Answers
2

To fix the middle click you can use the following command:



xinput set-int-prop NN 266 8 2 3 0 0 1 2 3


Where NN is the id of the mousepad device, you can see it with the command xinput list.
266 is the id of the property "Synaptics Tap Action" you can see it with xinput list-props NN



You have to run this command every time you boot/login/wake.



To make it permanent you can put this command to the end of your .profile file in your home folder. (You can also try to put it in /etc/init.d/rc.local, but in my case it didn't work.)


[#43723] Wednesday, December 8, 2021, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
splenueak

Total Points: 448
Total Questions: 118
Total Answers: 110

Location: Vanuatu
Member since Mon, Oct 3, 2022
2 Years ago
;