You are not logged in.
Hello
Currently, when I hover over the horizontal scroll bar of a Qt5/6 app and scroll up with the mouse wheel, the scroll bar is moved to the left, and when I scroll down the scroll bar is moved to the right.
I can change this behavior by activating the natural (inverted) scrolling in the mouse settings of KDE Plasma, but this changes the vertical scrolling too.
How can I only invert the horizontal scrolling?
Thanks for reading.
Last edited by Strangiato (2023-01-22 15:15:36)
Offline
Some universally loaded plugin (eg. a proxy style), but you'd have to write such thing.
Are you aware of https://man.archlinux.org/man/extra/xf8 … #Option~15 ?
Offline
Are you aware of https://man.archlinux.org/man/extra/xf8 … #Option~15 ?
Thanks.
From libinput documentation:
"On-button scrolling converts the motion of a device into scroll events while a designated button is held down."
I can already scroll horizontally by hovering over the horizontal scroll bar and moving the mouse while holding down the scroll wheel.
But I would like scrolling just by moving the mouse wheel.
Offline
The scroll button allows you to push a button (anywhere over the scrollable area) and move around your mouse to generate wheel events in any direction, not wheel, no scrollbar required.
Offline
There is a tip in the wiki:
https://wiki.archlinux.org/title/libinp … g_a_button
It's not clear if it works on Wayland though.
Edit:
Well, it does not work. From the wiki:
For Wayland, there is no libinput configuration file. The configurable options depend on the progress of your desktop environment's support for them; see #Graphical tools.
Last edited by Strangiato (2023-01-22 17:16:33)
Offline