Jump to content

4 Button Mouse


GolfProRM

Recommended Posts

Okay... since the Palm install didn't go so well, I'm going to try one more... Couldn't find any useful info on the web about this, so thought I'd see if anyone's messed with it...I've got a Logitech Cordless MouseMan Optical that has two regular buttons, a wheel, and a thumb button.I'd like to have the thumb button become useful in some way, but I'd really like it to serve as a back button (like it can in Windows)... Anyone know how to do this?? P.S. Bruno... GO TO BED! :unsure:

Link to comment
Share on other sites

Hi Ryan,Have some info for you: First you need to set up your mouse in XFree86 , in this section:Identifier "Mouse1"Driver "mouse"Option "Protocol" "ExplorerPS/2"Option "Device" "/dev/psaux"Option "Buttons" "7"Option "ZAxisMapping" "6 7"Then you need to do: < xmodmap -e "pointer 1236745" >Make a script in .kde/Autostart :#!/bin/shxmodmap -e "pointer = 1 2 3 6 7 4 5"Once your wheel works you can test to see if the extra buttons with < xev > (place mouse in the square and click the buttons and see what happens).Then you need to install imwheel (1.0.0pre1) and make a file .imwheelrc in your /home with the lines:".*"None, Up, Alt_L|LeftNone, Down, Alt_L|RightNext start imwheel with < imwheel -k -b "67" > You can make script in /kde/Autostart for this:#!/bin/shimwheel -k -b "67"Have fun !!:o Bruno

Link to comment
Share on other sites

Okay... so far so good... just made the startup script... But what is xev??? gives me command not found, and I couldn't find it in the installer...

Link to comment
Share on other sites

also... the only imwheel in my installer is 0.9.9-3... I'm guessing I need to find the newer version???Edit - Found the version you told me to on the web :o Installing it now

Link to comment
Share on other sites

BRUNO... YOU ROCK!!! IT WORKS!!!!!!Didn't need xev to see that the back button worked in Firebird :)Everything is setup and runs at reboot too! :o

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...