Last active
March 20, 2024 20:42
-
-
Save yamao2253/e78c91ecd797bb6f82acb4ee3b9e7233 to your computer and use it in GitHub Desktop.
Kensington Slimblade Trackball configulation for /etc/X11/xorg.conf.d
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Section "InputClass" | |
Identifier "Kensington Slimblade Trackball" | |
MatchUSBID "047d:2041" | |
Driver "libinput" | |
MatchDevicePath "/dev/input/event*" | |
Option "ScrollMethod" "button" | |
Option "ScrollButton" "3" | |
Option "NaturalScrolling" "true" | |
Option "HorizontalScrolling" "false" | |
EndSection | |
Section "InputClass" | |
Identifier "Kensington Expert Mouse Trackball" | |
MatchUSBID "047d:1020" | |
Driver "libinput" | |
MatchDevicePath "/dev/input/event*" | |
Option "ScrollMethod" "button" | |
Option "ScrollButton" "3" | |
Option "NaturalScrolling" "true" | |
Option "HorizontalScrolling" "false" | |
EndSection | |
Section "InputClass" | |
Identifier "Kensington Wireless Adapter (for Trackball)" | |
MatchUSBID "047d:8002" | |
Driver "libinput" | |
MatchDevicePath "/dev/input/event*" | |
Option "ScrollMethod" "button" | |
Option "ScrollButton" "3" | |
Option "NaturalScrolling" "true" | |
Option "HorizontalScrolling" "false" | |
Option "MiddleEmulation" "true" | |
EndSection | |
Section "InputClass" | |
Identifier "Kensington Expert Wireless TB" | |
MatchUSBID "047d:8018" | |
Driver "libinput" | |
MatchDevicePath "/dev/input/event*" | |
Option "ScrollMethod" "button" | |
Option "ScrollButton" "3" | |
Option "NaturalScrolling" "true" | |
Option "HorizontalScrolling" "false" | |
Option "MiddleEmulation" "true" | |
EndSection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment