Press left and right buttons for middle-click in XFCE?

HI all,
How to: Press left and right buttons for middle-click in XFCE?
In KDE it’s simple, but in XFCE I cant find the way
any help,
thanks.

Create a file /etc/X11/xorg.conf.d/middle-mouse-button.conf as root and these contents. Reboot for changes to take effect. Also see X/Quirks - Ubuntu Wiki

 Section "InputClass"
     Identifier "middle button emulation class"
     MatchIsPointer "on"
     Option "Emulate3Buttons" "on"
 EndSection

I tried this already, and It didn’t work for me. ::

@ahmed Try now. This works on my side on xfce:

Section "InputClass"
   Identifier "middle button"
   MatchIsPointer "on"
   MatchDriver "libinput"
   Option "MiddleEmulation" "on"
EndSection
1 Like

Now It works,
I cant thank you enough,
best wishes.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.