Took me a while to figure the configuration that I want.
I wanted the Fn1 to be pressed while using the trackball to scroll. I made the Fn3 to act as button "2" which is basically the equivalent of pressing the scroll down to open a link in another tab.
│ File: /etc/X11/xorg.conf.d/99--elecom-huge-scroll.conf
───────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
1 │ # TO BE PUT INTO /etc/X11/xorg.conf.d/
2 │ #
3 │ # this is change the trackball FN keys
4 │ #
5 │
6 │
7 │ Section "InputClass"
8 │ Identifier "ELECOM HUGE scroll config"
9 │ MatchDriver "libinput"
10 │ MatchVendor "Getech"
11 │ MatchProduct "HUGE TrackBall"
12 │ Option "ButtonMapping" "1 2 3 4 5 6 7 8 9 2 11 2"
13 │ Option "ScrollMethod" "button"
14 │ Option "ScrollButton" "10"
15 │ Option "EmulateWheelTimeout" "0"
16 │ Option "ZAxisMapping" "4 5"
17 │ Option "XAxisMapping" "6 7"
18 │ Option "Emulate3Buttons" "true"
19 │ EndSection
───────┴─────────────
Top comments (0)