Created
May 6, 2020 16:16
-
-
Save EelisRouvinen/2d59deebbce39cd2a1c2f1583ad3dc4c to your computer and use it in GitHub Desktop.
kensington slimblade conf ubuntu 18.04
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" | |
| MatchProduct "Kensington Slimblade Trackball" | |
| MatchIsPointer "on" | |
| MatchDevicePath "/dev/input/event*" | |
| Driver "libinput" | |
| Option "ButtonMapping" "1 8 2 4 5 6 7 3 2" | |
| Option "ScrollButton" "8" | |
| Option "ScrollMethod" "button" | |
| Option "MiddleEmulation" "on" | |
| EndSection |
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
| place file in /usr/share/X11/xorg.conf.d/10-slimblade.conf | |
| Source: | |
| https://unix.stackexchange.com/questions/453069/configuring-kensington-slimblade-in-linux |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment