Running 20.04.2 LTS, using a Microsoft Comfort Optical Mouse 3000. The thumb button (left edge of mouse) functions as "forward" and I want to change it to "back". Any tips?
Running 20.04.2 LTS, using a Microsoft Comfort Optical Mouse 3000. The thumb button (left edge of mouse) functions as "forward" and I want to change it to "back". Any tips?
First, identify your mouse's
id
through the commandxinput
. In this example, what we are looking for is theid=9
:Now, let's discover all the buttons available on your mouse and their order, using the command
xinput --list <id>
, substituting<id>
for your mouse's id found earlier:Now we know how many buttons are supported, and their order, given by "Button labels". In the example, "Button Left" is
1
, "Button Middle" is2
, and so on.I don't know the exact order of the buttons of your mouse, as you should discover it as described above. But suppose your
"Back button"
's number is 6 and"Forward button"
's number is 7, and there are 11 buttons supported. Run this command, substituting<id>
for your mouse's id: