Results 1 to 5 of 5
i've been looking around trying to find a howto that will work with Edgy Eft (Kubuntu 6.10) to get my 5 button mouse to work but haven't been successful. Has ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-18-2007 #1
IntelliMouse Explorer 3.0A (Will it work?)
i've been looking around trying to find a howto that will work with Edgy Eft (Kubuntu 6.10) to get my 5 button mouse to work but haven't been successful. Has anyone had any success with this or anything similar?
i've attached a photo of it just incase it helps.
Thanks,
flipjargendy
- 01-20-2007 #2
What are those two extra buttons supposed to do? (never used a mouse with more than 3 buttons before)...
If it is for something like moving back or forward in web-page or if you want to use it to launch some commands, try using xev to determine the keyodes for those extra buttons, then modify your ~/.Xmodmap file as required.
Suppose keycode from xev is 120 and you want to use that to tell browser to go back, add following line in .Xmodmap
keycode 120 = XF86Back
full list of Key actions can be found in /usr/share/X11/XKeysymDB mainly pay attention to the XF86 part.Life is complex, it has a real part and an imaginary part.
- 01-25-2007 #3
xev will help. and yes, in windows they work as back and forward buttons. i really like that and hope to get it going in Linux.
thanks i'll look into the xmodmap thing.
- 01-26-2007 #4Try adding this line as an option in the mouse section of your /etc/X11/xorg.conf:in windows they work as back and forward buttons. i really like that and hope to get it going in Linux.
That gave me the Back - Forward functionality for viewing web pages in Firefox and for the different directories in Nautilus.Code:Option "ButtonMapping" "1 2 3 6 7"
- 03-15-2007 #5
i cannot remember why i didn't reply to this... i just started looking for it again since i reinstalled Kubuntu.
It works great. Thank you.


Reply With Quote
