You are not logged in.

#1 2008-07-06 17:15:20

mohican
Member
Registered: 2008-07-02
Posts: 8

[SOLVED] intellimouse back/forward work, but not the right way

Hi, i tried to configure my usb intellimouse explorer mouse. All 5 buttons are working but the back and forward buttons work not the way I want.

In konqeror they work only when mouse is in the adress line and list in the list belowthe line (if pressed down button).
In some windows, they move the containment to left/right.

Is there any way to set them to forward back? I am looking for it for hour and can't find it.

xorg.conf

Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "USB mouse" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
.
.
.

Section "InputDevice"
        Identifier     "USB Mouse"
        Option "Name" "Microsoft Microsoft 5-Button Mouse with IntelliEye(TM)"
    Driver         "mouse"
    Option         "Device" "/dev/input/mice"
    Option         "SendCoreEvents" "true"
    Option         "Protocol" "ExplorerPS/2"
    Option         "ZAxisMapping" "4 5"
    Option         "Buttons" "7"
    Option         "ButtonMapping" "1 2 3 6 7"

I prefer to solve it via xorg.conf. If it is possible.

edit: i solved it myself. You must configure imwheel, it is not possible to do it without it. Check the wiki. I had a problem to autorun it from .xinitrc. So i put small script to ~/.kde/Autostart

Last edited by mohican (2008-07-10 19:41:44)

Offline

Board footer

Powered by FluxBB