LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   SUSE / openSUSE (https://www.linuxquestions.org/questions/suse-opensuse-60/)
-   -   5 button mouse in konqueror (https://www.linuxquestions.org/questions/suse-opensuse-60/5-button-mouse-in-konqueror-557256/)

Jon Briggs 05-28-2007 01:47 PM

5 button mouse in konqueror
 
Ok i have a microsoft mouse with the side buttons. Having looked at this:-

http://susewiki.org/index.php?title=...itech_MX_Mouse

I have my mouse working by adding this line to my xorg.conf file:-

Option "ButtonMapping" "1 2 3 6 7"

Firefox see's them as they go back and forward in web pages and in games etc i can use them.

But konqueror doesn't use the extra buttons. I'd like konqueror to go back and fourth the way the side buttons do in mozilla.

I'm sure its somthing simple but i can't seem to find anything that might help in kcontrol or the options in konqueror. Please help! :)

HappyTux 05-28-2007 04:36 PM

Quote:

Originally Posted by Jon Briggs
Ok i have a microsoft mouse with the side buttons. Having looked at this:-

http://susewiki.org/index.php?title=...itech_MX_Mouse

I have my mouse working by adding this line to my xorg.conf file:-

Option "ButtonMapping" "1 2 3 6 7"

Firefox see's them as they go back and forward in web pages and in games etc i can use them.

But konqueror doesn't use the extra buttons. I'd like konqueror to go back and fourth the way the side buttons do in mozilla.

I'm sure its somthing simple but i can't seem to find anything that might help in kcontrol or the options in konqueror. Please help! :)

Try installing the xbindkeys package if available then put this in your home directory in the file .xbindkeysrc.

Code:

"xvkbd -xsendevent -text "\[Alt_L]\[Left]""
b:6
"xvkbd -xsendevent -text "\[Alt_L]\[Right]""
b:7

You may have to switch the b:? depending on how the keys get detected then for my mouse I put the xbindkeys on a line by itself in my .bashrc to have it started everytime I log into KDE.

Edit: Typo

Jon Briggs 05-30-2007 01:35 PM

Ok i have installed xbindkeys and ran it from the command line. But i don't see this .xbindkeysrc file anywhere in my home directory?

HappyTux 05-30-2007 03:02 PM

Quote:

Originally Posted by Jon Briggs
Ok i have installed xbindkeys and ran it from the command line. But i don't see this .xbindkeysrc file anywhere in my home directory?

I should have been more specific you create the file (vi ~/.xbindkeysrc or use your favorite editor) then put the lines in it.


All times are GMT -5. The time now is 07:55 AM.