I have a Cyborg R.A.T.3 mouse with two side buttons. In Windows, by default, those side buttons work as the "Back" and "Forward" buttons in apps like Firefox, Chrome, Explorer, etc.
How do I do the same for Ubuntu?
My xorg.conf entry for the R.A.T.3 looks like this:
# RAT3 mouse
Section "InputClass"
Identifier "Mouse Remap"
MatchProduct "Saitek Cyborg R.A.T.3 Mouse"
MatchDevicePath "/dev/input/event*"
Option "ButtonMapping" "1 2 3 4 5 0 0 8 9 0 0 0 13 14"
EndSection
...with the "Back" and "Forward" buttons on my mouse being 8 and 9 respectively.
xinput list, can you see your mouse? If yes, can you runxinput test ID, where ID is the number you found fromxinput list? Which button numbers are reported for your Back and Forward buttons? As far as I know, the numbers should be 8 and 9. You can reassign the numbers withxinput --set-button-map. – elmicha Dec 12 '11 at 16:47xinput test ID, Firefox and Chromium should work with them out of the box, IMHO. I tried it with two VMs that are rather fresh (unconfigured), one Natty and one Oneiric, and the buttons work there, too. What Ubuntu version do you use? – elmicha Dec 12 '11 at 19:11xinput testotherwise! – thecosmicfrog Dec 18 '11 at 18:05