Created
November 3, 2018 22:54
-
-
Save cuevasclemente/d0345267abb06c9a0e34b29338716c79 to your computer and use it in GitHub Desktop.
My /etc/X11/xorg.conf.d/40-libinput.conf for my Elecom HUGE trackbacll
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 "touchpad" | |
Driver "libinput" | |
Option "Name" "ELECOM TrackBall Mouse HUGE TrackBall" | |
# Normal Mapping | |
Option "ButtonMapping" "3 2 2 4 5 6 7 1 1 10 11 12 13 14 15 16" | |
# FPS Mapping | |
#Option "ButtonMapping" "1 2 3 4 5 6 7 1 3 10 11 12 13 14 15 16" | |
EndSection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Does this still work for you? I can't seem to get it to work.