Configuration for Microsoft IntelliMouse Trackball mouse

How to do things, solutions, recipes, tutorials
Post Reply
Message
Author
cpufxr
Posts: 5
Joined: Thu 01 Nov 2007, 07:58
Location: Fort Lauderdale, FL
Contact:

Configuration for Microsoft IntelliMouse Trackball mouse

#1 Post by cpufxr »

A "Back" button using a 5 button mouse so one can navigate back
through web pages, I sacrificed my Button 2 (paste) for Button 6 (back).
This may work for any 5 button mouse but was tested only with the Microsoft IntelliMouse Trackball.

Enter the following in /etc/X11/xorg.conf

Section "InputDevice"
# Configuration for Microsoft IntelliMouse Trackball -
# * note that it's the Old Serial and PS/2 Compatible Mouse
# * note that one will lose the normal functionality of the "Middle"
# button using this configuration
# Depressing the wheel will act as the "Back" button in SeaMonkey.
# Maybe FireFox too? Has Not been tested by me using FireFox yet.
# Tested in Puppy Linux 2.17 Using SeaMonkey 1.0.8
# Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.10) Gecko/20070301 SeaMonkey/1.0.8
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/mouse"
Option "Buttons" "5"
Option "ButtonMapping" "1 6 3"
Option "ZAxisMapping" "4 5"
EndSection

disciple
Posts: 6984
Joined: Sun 21 May 2006, 01:46
Location: Auckland, New Zealand

#2 Post by disciple »

Yes, that should work for any 5 button mouse, but your post would be more useful if you gave it a title referring to what it is actually about - using the middle button for back rather than paste - rather than configuring this specific hardware.
:)
Last edited by disciple on Mon 14 Dec 2009, 09:14, edited 1 time in total.

cpufxr
Posts: 5
Joined: Thu 01 Nov 2007, 07:58
Location: Fort Lauderdale, FL
Contact:

#3 Post by cpufxr »

Thank you Sir, may I have another? :D

User avatar
Flash
Official Dog Handler
Posts: 13071
Joined: Wed 04 May 2005, 16:04
Location: Arizona USA

#4 Post by Flash »

Cpufxr, in the Puppy Linux forum you can edit the subject line of your original post. :)

cpufxr
Posts: 5
Joined: Thu 01 Nov 2007, 07:58
Location: Fort Lauderdale, FL
Contact:

#5 Post by cpufxr »

Yes, I am aware of that. Now, so that folks do not waste their time helping me to correct my post, I should write that it was purposeful that this subject line was posted.

I have searched this forum for information about this particular mouse and found none about accomplishing this with this mouse and all the "back" and "forward" information I found goes something like this ---

Option "Buttons" "7"
Option "ButtonMapping" "1 2 3 6 7"
Option "ZAxisMapping" "4 5"

or

Option "ZAxisMapping" "4 5 6 7"

or

Option "ZAxisMapping" "6 7"

None of which worked in my case and hopefully no-one else with this mouse will waste time searching for information that hadn't existed before my post. Some people may not have used Linux for very long and some do think differently and there is a method to the madness in "my choice" of words.

If someone would like to post about all the wonderful things you can do with any mouse or for that matter any particular mouse, well, have at it.

When I searched Google, I did find great information that was easy to find and well organized in a Gentoo wiki. Choice is great isn't it?
Now where did I put those marbles?

Post Reply