LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   MS 5 button mouse (https://www.linuxquestions.org/questions/linux-hardware-18/ms-5-button-mouse-116442/)

SkitBra 11-15-2003 03:58 PM

MS 5 button mouse
 
hello everyone.

i got a question for you.

has anyone gotten a MS intellimouse explorer 3.0 to work with all buttons in Linux?

i would love to know how if so.

ilikejam 11-15-2003 05:53 PM

Hi.

You'll need to install 'imwheel' - have a google around.

The following will get all the buttons working for KDE, but you can put the shell script described in Gnome's auto start folder or whatever.

-----
Install imwheel


Modify XF86Config Mouse part to look like:
Option "Protocol" "ExplorerPS/2"
Option "Buttons" "7"
Option "ZAxisMapping" "6 7"
Leave the rest unchanged.


Stick the following shell script into .kde/Autostart:
#!/bin/bash
xmodmap -e "pointer = 1 2 3 6 7 4 5"
imwheel -k -b "67"


create $HOME/.imwheelrc with the following contents:
".*"
None, Up, Alt_L|Left
None, Down, Alt_L|Right


restart KDE.

Enjoy
-----

Dave


All times are GMT -5. The time now is 04:30 PM.