- If you have a 5-button mouse, you can enable the forward and back buttons as follows:
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup.mouse
Change:
sudo gedit /etc/X11/xorg.confSection "InputDevice"
to:
...
Driver "mouse"
...
Option "Emulate3Buttons" ...
Option "ZAxisMapping" ...
...
EndSectionSection "InputDevice"
...
Driver "mouse"
...
Option "Emulate3Buttons" "false"
Option "Buttons" "7"
Option "ButtonMapping" "1 2 3 8 9 10 11"
Option "ZAxisMapping" "4 5"
...
EndSection - (optional) Restart Gnome Desktop Manager for these settings to take effect.
Tuesday, March 25, 2008
Enable 5-button mouse
Posted by basmpf at 00:03
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment