<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16825" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hello</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I am not sure that I have the solution for you, but
it may give you some hints</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>first, find the device name of mouse. use
</FONT></DIV>
<DIV>$ xinput list | grep 'id=' </DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>The result will be something like
:</FONT><BR><BR>"Virtual core pointer" id=0 [XPointer] <BR>"Virtual core
keyboard" id=1 [XKeyboard] <BR>"AT Translated Set 2 keyboard" id=2
[XExtensionKeyboard] <BR>"Macintosh mouse button emulation" id=3
[XExtensionPointer] <BR>"Logitech USB-PS/2 Optical Mouse" id=4
[XExtensionPointer] <BR></DIV>
<DIV><FONT face=Arial size=2>then, remap the buttons. for example</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV>$ xinput set-button-map "Logitech USB-PS/2 Optical Mouse" 1 1 3
<BR><BR>Will turns the middle mouse click into a left mouse click. <BR><BR>For
much more on input device configuration please see: <A
href="https://wiki.ubuntu.com/X/Config/Input">https://wiki.ubuntu.com/X/Config/Input</A>
</DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>Have fun</FONT></DIV>
<DIV><FONT face=Arial size=2>Shahar</FONT><BR></DIV>
<BLOCKQUOTE
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
<DIV
style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B>
<A title=cl@isbd.net href="mailto:cl@isbd.net">Chris G</A> </DIV>
<DIV style="FONT: 10pt arial"><B>To:</B> <A
title=ubuntu-users@lists.ubuntu.com
href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</A>
</DIV>
<DIV style="FONT: 10pt arial"><B>Sent:</B> Thursday, July 09, 2009 12:51
AM</DIV>
<DIV style="FONT: 10pt arial"><B>Subject:</B> Mouse button 4 does scroll up,
how to disable?</DIV>
<DIV><BR></DIV>Having upgraded from xubuntu 8.10 to 9.04 my Logitech mouse
button 4<BR>now does scroll back. Since I'd spent a lot of effort
getting mouse<BR>button 4 to do a "double click button 1" I'm a bit annoyed at
this.<BR><BR>Can anyone tell me where this button scoll action is being
configured<BR>so I can un-configure it and get my double click back?<BR><BR>--
<BR>Chris Green<BR><BR><BR>-- <BR>ubuntu-users mailing list<BR><A
href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</A><BR>Modify
settings or unsubscribe at: <A
href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users">https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</A><BR></BLOCKQUOTE></BODY></HTML>