| Summary: | Meta+0-9 shortcut should cycle through windows when using clicking grouped task shows small window previews | ||
|---|---|---|---|
| Product: | [Plasma] plasmashell | Reporter: | rae <notraedev> |
| Component: | Task Manager and Icons-Only Task Manager widgets | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED INTENTIONAL | ||
| Severity: | wishlist | CC: | nate, qydwhotmail |
| Priority: | NOR | Keywords: | usability |
| Version First Reported In: | master | ||
| Target Milestone: | 1.0 | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
rae
2024-11-13 10:23:17 UTC
Can confirm the issue. Looking at the code, it's clear this is "expected but not intended" as the interaction between these two features was not considered at the time. Making it cycle through tasks instead of opening the thumbnails view seems sane. The user-facing text for the setting even supports this by asserting that the setting will only take effect on click. A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/2634 Git commit b80685154d49a41495f43db7de69841abf358a47 by Nate Graham. Committed on 14/11/2024 at 15:38. Pushed by ngraham into branch 'master'. applets/taskmanager: improve non-default grouped Meta+[number] UX Clicking a grouped task respects your user preference with regards to behavior (it's configurable). However, when activating a grouped task using Meta+[number key], the only behavior that really makes sense is cycling between windows; all other behaviors are quite mouse-driven, and since you already had your fingers on the keyboard, using a mouse-driven UI here doesn't make much sense. Accordingly, always use the cycling behavior when activating a grouped task with Meta+[number key]. FIXED-IN: 6.3.0 M +2 -2 applets/taskmanager/package/contents/ui/code/tools.js M +10 -1 applets/taskmanager/package/contents/ui/main.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/b80685154d49a41495f43db7de69841abf358a47 Git commit 513279ac374406e0b294b4caf05e700aaa4f33fe by Nate Graham. Committed on 26/11/2024 at 04:40. Pushed by ngraham into branch 'master'. Revert "applets/taskmanager: improve non-default grouped Meta+[number] UX" This reverts commit b80685154d49a41495f43db7de69841abf358a47. This was probably not the best way to resolve the issue mentioned in 496208; most grouping UIs do work fine with the keyboard, with the exception of the tooltips. The better approach would be to fix that. M +2 -2 applets/taskmanager/package/contents/ui/code/tools.js M +1 -10 applets/taskmanager/package/contents/ui/main.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/513279ac374406e0b294b4caf05e700aaa4f33fe Sp I'm afraid this had to be intentional behavior, sorry. I will work on improving (well, implementing) keyboard navigability for the tooltips, though. |