DEV Community

HaxNet
HaxNet

Posted on

Elecom Huge Trackball Conf

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
───────┴─────────────
Enter fullscreen mode Exit fullscreen mode

AWS Q Developer image

Your AI Code Assistant

Automate your code reviews. Catch bugs before your coworkers. Fix security issues in your code. Built to handle large projects, Amazon Q Developer works alongside you from idea to production code.

Get started free in your IDE

Top comments (0)

Postmark Image

Speedy emails, satisfied customers

Are delayed transactional emails costing you user satisfaction? Postmark delivers your emails almost instantly, keeping your customers happy and connected.

Sign up

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay