Ubuntu/Linux disable extra Mouse Buttons Microsoft Comfort Mouse 4500

I find it very annoying that this mouse has buttons on the side where you grip it and the left one goes back in the browser and the right one goes forward.  Imagine if you\'re filling out a form and hit it, most forms/websites have no protection against it.

Source: http://ubuntuforums.org/showthread.php?t=2065400

Here's how I fixed it with xinput, it\'s too bad there\'s no good standard GUI tool to set mouse buttons:

xinput list

This will show your input devices, in my case "10" was the case.

xinput list 10
Microsoft Microsoft® Comfort Mouse 4500    id=10    [slave  pointer  (2)]
    Reporting 5 classes:
        Class originated from: 10
        Buttons supported: 13
        Button labels: Button Left Button Middle Button Right Button Wheel Up Button Wheel Down Button Horiz Wheel Left Button Horiz Wheel Right Button Side Button Extra Button Unknown Button Unknown Button Unknown Button Unknown
        Button state:
        Class originated from: 10
        Keycodes supported: 248
        Class originated from: 10
        Detail for Valuator 0:
          Label: Abs X
          Range: -1.000000 - -1.000000
          Resolution: 1 units/m
          Mode: relative
        Class originated from: 10
        Detail for Valuator 1:
          Label: Abs Y
          Range: -1.000000 - -1.000000
          Resolution: 1 units/m
          Mode: relative
        Class originated from: 10
        Detail for Valuator 2:
          Label: Abs Gas
          Range: -1.000000 - -1.000000
          Resolution: 1 units/m
          Mode: relative

Solution

It is tedious but copy and paste the "Button labels" and put each one in a text file (that has numbered lines) and separate each "Button" at the beginning of each like this (this will make it easier to number each button you want and disable them).

  1. Button Left
  2. Button Middle
  3. Button Right
  4. Button Wheel Up
  5. Button Wheel Down
  6. Button Horiz Wheel Left
  7. Button Horiz Wheel Right
  8. Button Side
  9. Button Extra
  10. Button Unknown
  11. Button Unknown
  12. Button Unknown
  13. Button Unknown


xinput set-button-map 10 1 2 3 4 5 6 7 0 0 10 11 12 13
 

Note the "10" after "set-button-map" that corresponds to your device number/id.

Note the "0 0" after "7" corresponds to the two side buttons, you set 0 in place of the button number to disable it.


Tags:

ubuntu, linux, disable, microsoft, browser, websites, http, ubuntuforums, org, showthread, php, xinput, gui, input, devices, quot, reg, pointer, reporting, originated, supported, labels, horiz, keycodes, valuator, label, abs, resolution, mode, relative, tedious, text, numbered, corresponds,

Latest Articles

  • How high can a Xeon CPU get?
  • bash fix PATH environment variable "command not found" solution
  • Ubuntu Linux Mint Debian Redhat Youtube Cannot Play HD or 4K videos, dropped frames or high CPU usage with Nvidia or AMD Driver
  • hostapd example configuration for high speed AC on 5GHz using WPA2
  • hostapd how to enable and use WPS to connect wireless devices like printers
  • Dell Server Workstation iDRAC Dead after Firmware Update Solution R720, R320, R730
  • Cloned VM/Server/Computer in Linux won't boot and goes to initramfs busybox Solution
  • How To Add Windows 7 8 10 11 to GRUB Boot List Dual Booting
  • How to configure OpenDKIM on Linux with Postfix and setup bind zonefile
  • Debian Ubuntu 10/11/12 Linux how to get tftpd-hpa server setup tutorial
  • efibootmgr: option requires an argument -- 'd' efibootmgr version 15 grub-install.real: error: efibootmgr failed to register the boot entry: Operation not permitted.
  • Apache Error Won't start SSL Cert Issue Solution Unable to configure verify locations for client authentication SSL Library Error: 151441510 error:0906D066:PEM routines:PEM_read_bio:bad end line SSL Library Error: 185090057 error:0B084009:x509 certif
  • Linux Debian Mint Ubuntu Bridge br0 gets random IP
  • redis requirements
  • How to kill a docker swarm
  • docker swarm silly issues
  • isc-dhcp-server dhcpd how to get longer lease
  • nvidia cannot resume from sleep Comm: nvidia-sleep.sh Tainted: Linux Ubuntu Mint Debian
  • zfs and LUKS how to recover in Linux
  • [error] (28)No space left on device: Cannot create SSLMutex Apache Solution Linux CentOS Ubuntu Debian Mint