[systemsettings] [Bug 372555] Input Device - Mouse - Reverse scroll direction Not Working

Andrew Beames bugzilla_noreply at kde.org
Wed Mar 29 23:14:08 BST 2017


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

--- Comment #6 from Andrew Beames <kde.bugs at 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 the assignee for the bug.
You are on the CC list for the bug.


More information about the Unassigned-bugs mailing list