Middle Mouse Button

  • Thread starter Thread starter Riptaz
  • Start date Start date
R

Riptaz

Hi,
I have a Logitech Performance MX mouse and i'm running Xfce+Compiz+Firefox all i want is for the zoom button to emulate a middle mouse button.
I've searched all over for a solution nothing works not xbindkeys not xte not xdotool...
Like in windows i want that button to open new links in tabs and offer page scrolling in Firefox.
The button code is 13 i.e. b:13 i can see it's clicking but it doesn't work in firefox.
Please help.

Continue reading...
 
Have you tried editing the xorg.conf and added something like this:

Code:
Section "InputClass"
    Identifier "whatever"
    MatchIsPointer "on"
    Option "Emulate3Buttons" "on"
EndSection
 
Back
Top