I have a Microsoft Comfort Optical Mouse 3000 v1.0 which plugs in via USB. When I hit the back button on my mouse in firefox nothing happens.

Asked by csevolution

I have a Microsoft Comfort Optical Mouse 3000 v1.0 which plugs in via USB.

When I hit the back button on my mouse in firefox nothing happens.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu xorg Edit question
Assignee:
No assignee Edit question
Solved by:
csevolution
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

If the mouse generates an output in xev, you can map that keycode in your keyoard shortcuts.

Revision history for this message
csevolution (csevolution) said :
#2

xev says the back button is button 9, how do I map that keycode in my keyboard shortcuts?

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

Keyboard shortcuts can be set in System -> Preferences -> Keyboard Shortcuts. If your multimedia keys don't work with that, try the 'keytouch' package, explained at http://keytouch.sourceforge.net - See !Keyboard for changing layouts

Revision history for this message
csevolution (csevolution) said :
#4

Sorry, didn't help.

Is there a way to edit xorg.conf to set this?

Revision history for this message
csevolution (csevolution) said :
#5

Right now button 9 is set to forward actually, but I want it set to back.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#6

No, shortcuts are not defined in xorg.conf. If the mouse is working and all buttons are sending input then xorg is doing its job. It is down to higher configs to managethis input.

Try this:

http://ubuntuforums.org/showthread.php?t=350411

May help

Revision history for this message
csevolution (csevolution) said :
#7

How do I make xmodmap remap button 9 to button 8 on my mouse? Or button 9 to button 10?

Revision history for this message
csevolution (csevolution) said :
#8

Figured it out:

xmodmap -e "pointer = 1 2 3 4 5 6 7 9 8"

However how do I make that get executed whenever a user logs into GNOME? (IE for all users).

Revision history for this message
csevolution (csevolution) said :
#9

I think it's /etc/X11/Xmodmap actually.

Revision history for this message
csevolution (csevolution) said :
#10

Yup, all good now.