https://bugs.kde.org/show_bug.cgi?id=495617
Vlad Zahorodnii <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/plas | |ma/kwin/-/commit/85900c7755 | |924d3a7f067ced14ce25145512f | |1a5 --- Comment #8 from Vlad Zahorodnii <[email protected]> --- Git commit 85900c7755924d3a7f067ced14ce25145512f1a5 by Vlad Zahorodnii, on behalf of Uriel Fontan. Committed on 03/09/2026 at 16:44. Pushed by vladz into branch 'master'. Implement locking for on-button scrolling Added support for a feature similar to auto-scroll on Windows For testing it should be used together with https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/3909 and enable the setting in `Mouse & Touchpad -> Mouse -> Choose the correct device you use as a mouse on device -> Scrolling -> Enable the toggle and then choose the tap radio button` M +2 -2 autotests/integration/test_helpers.cpp M +22 -0 autotests/libinput/mock_libinput.cpp M +2 -0 autotests/libinput/mock_libinput.h M +1 -1 src/backends/fakeinput/fakeinputbackend.cpp M +3 -0 src/backends/libinput/connection.cpp M +25 -0 src/backends/libinput/device.cpp M +20 -0 src/backends/libinput/device.h M +1 -1 src/backends/wayland/wayland_backend.cpp M +1 -0 src/backends/x11/x11_windowed_backend.cpp M +1 -1 src/core/inputdevice.h M +1 -0 src/input_event.h M +1 -1 src/plugins/buttonrebinds/buttonrebindsfilter.cpp M +6 -6 src/plugins/eis/eiscontext.cpp M +42 -1 src/pointer_input.cpp M +14 -1 src/pointer_input.h https://invent.kde.org/plasma/kwin/-/commit/85900c7755924d3a7f067ced14ce25145512f1a5 -- You are receiving this mail because: You are watching all bug changes.
