matiit Guru


Joined: 05 Aug 2007 Posts: 506
|
Posted: Tue May 27, 2008 3:39 pm Post subject: Modern mouse additional button support |
|
|
I have mouse (Trust MI-2500X) via USB to PS/2 (because i have not so many USB ports)
I have 7 buttons: Left, Roght, Scroll (middle button), scroll up, scroll down, left and right additional...
I have it working thanks to Code: |
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
option "CorePointer"
option "Device" "/dev/input/mice"
option "Protocol" "ExplorerPS/2"
option "Buttons" "7"
option "ZAxisMapping" "4 5"
option "ButtonMapping" "1 2 3 6 7"
EndSection
|
and imwheel.
Imwheel is a program which is currently not work up.
Maybe There is little modernen way to have it works.
I want only specially funcions for left and right additional buttons (for undo and prev page navigation..., and/or bind just what i want key eg. ctrl|left blabla
Please show me the way  |
|