Closed namndtth closed 1 year ago
Is this still a problem?_
Is this still a problem?_
I want to use thumb wheel for scrolling vertically. But It's seem that "Thumb Wheel Diversion" isn't designed for this purpose. I wonder that It is possible for thumb wheel to scroll vertically and how to achieve it. Thank you!
Linux interprets the thumb wheel as the horizontal scroll wheel. To use it for vertical scroll you need to divert it and write a rule that triggers on thumb wheel notifications and simulates vertical scroll inputs.
Can we change this directly in code ? When we receive an thumb wheel event, we call middle scroll instead.
Solaar is not a device driver so it can't do this sort of thing.
Thank you for opening my mind xD.
Information
uname -srmo
):Linux 5.15.0-75-generic x86_64 GNU/Linux
solaar show
:~/.config/solaar/config.yaml
(or~/.config/solaar/config.json
if~/.config/solaar/config.yaml
not present):Describe the bug Hello, everyone. This is the first time I've used solaar, I followed instructions to install solaar from
solaar git ppa
. Everything work as expected except thumb wheel diversion function. It can't neither scroll in vertical nor horizontal. I'm happy to provide any information to clarify problem. Thank everyone.