https://bugs.kde.org/show_bug.cgi?id=372555

--- Comment #6 from Andrew Beames <kde.b...@roocomputing.co.uk> ---
I too followed the description in
https://forum.manjaro.org/t/solved-kde-reverse-natural-scrolling-not-working/5778/3

and edited /usr/share/X11/xorg.conf.d/10-evdev.conf

and added the Option "NaturalScrolling" "true" entry in the first section:

Section "InputClass"
        Identifier "evdev pointer catchall"
        MatchIsPointer "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
        Option "NaturalScrolling" "true"
EndSection

and the third section:

Section "InputClass"
        Identifier "evdev touchpad catchall"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
        Option "NaturalScrolling" "true"
EndSection

All worked correctly after a reboot

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to