https://bugs.kde.org/show_bug.cgi?id=461481
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/plasma-desktop/-/commit/ | |4af8e2c3d4165bfeac8e345223e | |e0ff8d0fbd950 Version Fixed In| |6.4 Status|ASSIGNED |RESOLVED --- Comment #13 from Nate Graham <n...@kde.org> --- Git commit 4af8e2c3d4165bfeac8e345223ee0ff8d0fbd950 by Nate Graham, on behalf of Theo Luschnig. Committed on 29/04/2025 at 16:05. Pushed by ngraham into branch 'master'. Add new scroll mode to cycle through windows of a single task New take on https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/2434 Currently, there are two options for scrolling behavior: disable it entirely, or scroll through all tasks. This commit adds a third option: only scroll through the windows of the task under the cursor. When this mode is selected: - If the task has multiple windows, scrolling will cycle only through those windows - If the task has a single window, scrolling will simply raise it - If the task is a launcher with no open windows, scrolling will have no effect FIXED-IN: 6.4 M +7 -2 applets/taskmanager/package/contents/config/main.xml M +11 -5 applets/taskmanager/package/contents/ui/ConfigBehavior.qml M +2 -2 applets/taskmanager/package/contents/ui/MouseHandler.qml M +25 -3 applets/taskmanager/package/contents/ui/code/tools.js A +17 -0 desktoppackage/contents/updates/taskmanager_configUpdate_wheelEnabled.js https://invent.kde.org/plasma/plasma-desktop/-/commit/4af8e2c3d4165bfeac8e345223ee0ff8d0fbd950 -- You are receiving this mail because: You are watching all bug changes.