On Tue, Jan 15, 2002 at 05:23:29PM +0200, Theo Bierman wrote: > Hi All > > I have a ps/2 microsoft intellimouse. I am trying to get the the middle > button to complete my paste after I highlight something. At the moment both > the left and right button do what I need however I prefer the middle button > to work. > > gpm is not running however does this have anything to do with my problem: > gpm -m /dev/psaux -t ps2 -Rms3
for gpm: use imps2 instead of ps2 for XF86Config include somthing like: Section "Pointer" Protocol "IMPS/2" Device "/dev/psaux" ZAxisMapping 4 5 #if middle button is wheel Buttons 3 EndSection for XF86Config-4 include something like: Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "IMPS/2" Option "Emulate3Buttons" "off" Option "Device" "/dev/psaux" Option "ZAxisMapping" "4 5" #if middle button is wheel EndSection > > Thanks > -- > Theo Bierman > Customer Implementation Team > UUNET S.A., a WorldCom Company > Tel: +27 11 235-6621 > Fax: +27 11 235-6501 > E-Mail: [EMAIL PROTECTED] > Customer Service Centre: 08600 UUNET / 08600 88638 > http://www.uunet.co.za > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > -- Jerome