पहले कमांड चलाएं
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)]
....
टचपैड आईडी 16 के साथ डिवाइस है। अपने मामले के लिए सही आईडी की जांच करें।
फिर, कमांड चलाएँ
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
अब टचपैड का दाईं ओर अक्षम है और स्क्रॉल करने के लिए प्रतिक्रिया नहीं देता है।