[PLUG] Configuring Kensington Orbit Scroll Ring Trackball buttons [RESOLVED]
Rich Shepard
rshepard at appl-ecosys.com
Sat Jul 6 22:50:24 UTC 2019
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
More information about the PLUG
mailing list