Advanced mouse config

Hi all. When running under X, I use the following xorg.conf snippet:

Section "InputClass"
    Identifier	"Logitech USB Receiver"
    MatchProduct	"Logitech"
    Option		"SendCoreEvents" "True"
    Option		"ButtonMapping" "8 2 3 4 5 6 7 1 9 10 11 12"
    Option		"ScrollMethod" "button"
    Option		"ScrollButton" "10"
    Option              "Tapping" "on"
EndSection

So in particular - I need to swap button 8 and 1 - as button 1 ( ie left-click ) is dead ( over-use ). I also use button 10 as a “ScrollButton” … ie when I hold down button 10, I can use the trackball to scroll.

Is there any way I can achieve this under Wayland?

Raised feature request ticket:
https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/2771

As I noted, I could potentially help work on this, but would need mentoring.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.