Đầu tiên chạy lệnh
xinput
Bạn sẽ nhận được đầu ra trông giống như
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ Multi-Input Device id=13 [slave pointer (2)]
⎜ ↳ SynPS/2 Synaptics TouchPad id=16 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
....
Touchpad là thiết bị có ID 16. Kiểm tra ID chính xác cho trường hợp của bạn.
Sau đó, chạy lệnh
xinput set-button-map 16 1 2 3 0 0 6 7 8 9
Ở đâu
16 is in my case the ID for the touchpad
1 is the left click
2 is the middle click
3 is the right click
0 we disable the scroll up (otherwise it would be 4)
0 we disable the scroll down (otherwise it would be 5)
6 ... we leave the rest as they are so we do not disable something important
Bây giờ, bên phải của bàn di chuột đã bị vô hiệu hóa và không phản hồi với việc cuộn.