====== Ubuntu - Mouse - Disable Middle Click Paste ======
* [[Ubuntu:Mouse:Determine the Mouse|Determine the Mouse]].
* [[Ubuntu:Mouse:Determine the Mouse Button Numbers|Determine the Mouse Button Numbers]]
----
===== Disable the Middle Button =====
xinput set-button-map 8 1 0 3 4 5 6 7 8 9
**NOTE:** The initial **8** is the Mouse Id as determined per [[Ubuntu:Mouse:Determine the Mouse|Determine the Mouse]].
* Here, button 2 is replaced by a zero.
* This disables this button.
* Instead of disabling the button could be mapped to some other function than paste.