เรียกใช้คำสั่งก่อน
xinput
คุณจะได้ผลลัพธ์ที่ดูเหมือน
⎡ 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)]
....
ทัชแพดเป็นอุปกรณ์ที่มี ID 16 ตรวจสอบ ID ที่ถูกต้องสำหรับกรณีของคุณ
จากนั้นรันคำสั่ง
xinput set-button-map 16 1 2 3 0 0 6 7 8 9
ที่ไหน
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
ขณะนี้ทางด้านขวาของทัชแพดถูกปิดใช้งานและไม่ตอบสนองต่อการเลื่อน