View previous topic :: View next topic |
Author |
Message |
RandomExtrusion n00b

Joined: 04 Apr 2011 Posts: 7
|
Posted: Sat Apr 16, 2011 8:52 pm Post subject: Changing mouse button functions. |
|
|
I'm wondering how to change mouse button functions... specifically; In windows I like to move my middle button (mouse wheel) click to the forward/back button (on the thumb)... it's better ergonomics for me and keeps my middle finger from getting sore when doing activities like Blender. I.E. How do I get the middle click to the "red" button http://www.microsoft.com/hardware/mouseandkeyboard/ProductDetails.aspx?pid=041?
Thanks
EDIT: ** P.S. I'm using Gnome. |
|
Back to top |
|
 |
RandomExtrusion n00b

Joined: 04 Apr 2011 Posts: 7
|
|
Back to top |
|
 |
MajinJoko l33t


Joined: 20 Sep 2005 Posts: 639 Location: Bergamo / Verona
|
Posted: Sun Apr 17, 2011 10:15 am Post subject: |
|
|
or you can set this in xorg file, using the command in bold
Quote: | Section "InputClass"
Identifier "Logitech Mouse"
Driver "evdev"
Option "ConstantDeceleration" "0"
Option "AccelerationProfile" "-1"
Option "ButtonMapping" "1 2 3 4 5 2 2"
MatchIsPointer "on"
MatchProduct "Logitech USB Receiver" |
Hope this helps.
Bye _________________ [(.. watashi wa Urumi Kanzaki ga suki da ..)] |
|
Back to top |
|
 |
RandomExtrusion n00b

Joined: 04 Apr 2011 Posts: 7
|
Posted: Mon Apr 18, 2011 12:54 pm Post subject: |
|
|
Nice, I like that better, thanks! |
|
Back to top |
|
 |
|