https://bugs.kde.org/show_bug.cgi?id=435113
--- Comment #41 from leebroger...@outlook.com --- (In reply to Nate Graham from comment #40) > (In reply to Gerry Gavigan from comment #38) > > For me "sudo udevadm trigger -s input" (X11, Bluetooth mouse) > > > > turns left-handedness to right-handedness > > > > does not turn right-handedness to left-handedness > Probably because right-handedness is the default value, and `sudo udevadm > trigger -s input` resets it to the defaults For anyone experiencing left handed mode reverting back to right-handed, I discovered that when changing between wireless and wired mode on my Logitech mouse, running `xinput --list-props` in terminal, `libinput Left Handed Enabled` changes from value 1 to 0. I made a libinput config file at `/etc/X11/xorg.conf.d/10-libinput.conf` with the following: Section "InputClass" Identifier "Logitech G Pro Left Handed Mapping" MatchProduct "Logitech G Pro" Driver "libinput" Option "LeftHanded" "1" EndSection Upon restating the X server, rerunning `xinput --list-props` on the device shows that the value of `libinput Left Handed Enabled` is persistent and remains at value of 1. It has not reverted back to defaults since. -- You are receiving this mail because: You are watching all bug changes.