2023年11月1日 星期三

ubuntu 22.04 disable trackpoint middle button paste

 ref: https://gist.github.com/bumbummen99/fcab50dad5638399375693a70a8c17f4

先執行 

xinput --list

確認 TrackPoint 的 id 是多少,假設是 15,就執行以下指令:

xinput set-button-map 15 1 0 3 4 5 6 7

就可以關掉中鍵貼上的動作了。