On Sat, 6 Jul 2019, Rich Shepard wrote:

Section "InputClass"
   Identifier  "Kensignton Trackwheel Middleclick and Scrollwheel Emulation"
   MatchProduct        "Kensington      Kensington USB/PS2 Orbit"
   MatchDevicePath     "/dev/input/event*"
   Driver              "evdev"
   MatchIsPointer      "on"
   Option              "Emulate3Buttons"       "true"
   Option              "EmulateWheel"          "true"
   Option              "EmulateWheelButton"    "3"
EndSection

I'm sure this version will also work.

But it does not work.

What _does_ work is the separate file, 51-kensington-trackball.conf:

Section "InputClass"
        Identifier "Trackball with Middle Button Emulation"
        MatchProduct "Primax Kensington Eagle Trackball"
        MatchIsPointer "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
        Option "Emulate3Buttons" "True"
EndSection

The string, "Primax Kensington Eagle Trackball" is how the device is seen by
xfce4-4.12.

Rich
_______________________________________________
PLUG mailing list
[email protected]
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to