Summary: | Enter key does not work on the User Switcher widget | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | krblanc |
Component: | User Switcher widget | Assignee: | Blazer Silving <breakingspell> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | breakingspell, nate |
Priority: | NOR | ||
Version: | master | ||
Target Milestone: | 1.0 | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/kdeplasma-addons/-/commit/5aa760fac5bc8767b3af5d99525890283d129b5c | Version Fixed In: | 6.3.4 |
Sentry Crash Report: |
Description
krblanc
2025-03-17 15:55:53 UTC
Hello, I can confirm this. As it were, Space bar does work to switch accounts. I'm thinking there may be a missing mapping for Enter/Return key in the widget's code adjacent to the other key mappings. I'll take a look at this very soon, thanks for reporting! A possibly relevant merge request was started @ https://invent.kde.org/plasma/kdeplasma-addons/-/merge_requests/702 Git commit aa86e29398d1b62935d923e35a0e532bbba24da6 by Nate Graham, on behalf of Marco Martin. Committed on 19/03/2025 at 14:24. Pushed by ngraham into branch 'master'. applets/userSwitcher: Fix keyboard navigation Give focus the first time the applet is opened and accept enter key to activate items FIXED-IN: 6.3.4 M +5 -0 applets/userswitcher/package/contents/ui/ListDelegate.qml M +9 -2 applets/userswitcher/package/contents/ui/main.qml https://invent.kde.org/plasma/kdeplasma-addons/-/commit/aa86e29398d1b62935d923e35a0e532bbba24da6 Git commit 5aa760fac5bc8767b3af5d99525890283d129b5c by Nate Graham. Committed on 19/03/2025 at 14:25. Pushed by ngraham into branch 'Plasma/6.3'. applets/userSwitcher: Fix keyboard navigation Give focus the first time the applet is opened and accept enter key to activate items FIXED-IN: 6.3.4 (cherry picked from commit aa86e29398d1b62935d923e35a0e532bbba24da6) 691edeac applets/userSwitcher: Fix keyboard navigation Co-authored-by: Marco Martin <notmart@gmail.com> M +5 -0 applets/userswitcher/package/contents/ui/ListDelegate.qml M +9 -2 applets/userswitcher/package/contents/ui/main.qml https://invent.kde.org/plasma/kdeplasma-addons/-/commit/5aa760fac5bc8767b3af5d99525890283d129b5c Confirmed this works on my end :) Thanks! |