Re: Middle button emulation...

Ralf Mattes rm at mh-freiburg.de
Sat Jul 1 13:00:11 UTC 2017


 
Am Samstag, 01. Juli 2017 14:27 CEST, Robert Heller <heller at deepsoft.com> schrieb: 
 
> I can't seem to find the option/setting magic to get middle button emulation
> enabled and working. This is on a Raspberry Pi (Raspbian with
> xserver-xorg-input-all 1:7.7+16 and xserver-xorg-input-libinput 0.20.0-1). I
> have a keyboard/trackball combo device and it only has two buttons. I have
> been using (proper) three button pointer devices on all of my other machines
> and I really need that middle button.  I'm not seeing anything in any of the 
> man pages.  Has middle button emulation been dropped?  (Where have all the 
> hard core / old school UNIX hackers gone? Am I the only one left?)

It used to be confiugred in xorg.conf:

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "Emulate3Buttons"       "true"
EndSection

You could put something loike that (most likely you dont' have a PS/2 mouse :-)
into /usr/share/X11/xorg.conf.d/my-mouse.conf

HTH, Ralf Mattes

> -- 
> Robert Heller             -- 978-544-6933
> Deepwoods Software        -- Custom Software Services
> http://www.deepsoft.com/  -- Linux Administration Services
> heller at deepsoft.com       -- Webhosting Services
>                                                                                                                             
> _______________________________________________
> xorg at lists.x.org: X.Org support
> Archives: http://lists.freedesktop.org/archives/xorg
> Info: https://lists.x.org/mailman/listinfo/xorg
> Your subscription address: %(user_address)s 
 
 
 




More information about the xorg mailing list