Depends on D28310
FEATURE: 403843
FIXED-IN: 5.19.0
davidedmundson | |
ervin | |
bport | |
crossi | |
hchain |
KWin | |
Plasma |
Depends on D28310
FEATURE: 403843
FIXED-IN: 5.19.0
Automatic diff as part of commit; lint not applicable. |
Automatic diff as part of commit; unit tests not applicable. |
kcms/touchpad/src/kcm/libinput/touchpad.qml | ||
---|---|---|
607 | We can make it slower with a number between 0 and 1. |
kcms/touchpad/src/kcm/libinput/touchpad.qml | ||
---|---|---|
607 | I suspect that a scroll factor less than 1 may screw up discrete axis values. Not sure whether it might be a problem, though. |
kcms/touchpad/src/kcm/libinput/touchpad.qml | ||
---|---|---|
607 | My testing went ok with a 0.1 scrollFactor, although not extensive (scroll in XWayland Firefox and in qtcreator Wayland mostly). |
Use onMoved, allow to slow down the scroll speed, use presset values for the scroll speed slider
These KCMs have X11 versions too. They are not Wayland-specific. I'm not a fan of adding this feature only on Wayland.
By those KCM, I meant their frontend (they have each 1 for X and 1 for Wayland).
mouse kcm for X is in main_deviceless.qml
touchpad kcm for X is in touchpadconfigxlib.cpp
And this feature can only be implemented for Wayland.