Bug 519194 - It is not possible to select a sound theme using the keyboard.
Summary: It is not possible to select a sound theme using the keyboard.
Status: RESOLVED FIXED
Alias: None
Product: systemsettings
Classification: Applications
Component: kcm_soundtheme (other bugs)
Version First Reported In: 6.6.4
Platform: Kubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords: accessibility
Depends on:
Blocks:
 
Reported: 2026-04-20 22:31 UTC by Roger 2
Modified: 2026-04-27 10:24 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In: Plasma 6.6.5 with Frameworks 6.26
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Roger 2 2026-04-20 22:31:24 UTC
Steps to reproduce:

1: Use the arrow keys to select a sound theme.
2: Press space or enter to select it.
Current result: Pressing enter or space on the sound theme name does nothing.
Expected result: Pressing space or enter on the desired theme should allow you to select it.
KDE Plasma Version: 6.6.4
KDE Frameworks Version: 6.24.0
Qt Version: 6.10.2
Comment 1 Nicolas Fella 2026-04-24 11:59:00 UTC
This is an issue with all grid-based settings modules. Currently the space key is set to open the context menu for the entry, but that probably doesn't make sense
Comment 2 Bug Janitor Service 2026-04-24 13:38:05 UTC
A possibly relevant merge request was started @ https://invent.kde.org/frameworks/kcmutils/-/merge_requests/296
Comment 3 Bug Janitor Service 2026-04-24 13:40:18 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/6524
Comment 4 Nicolas Fella 2026-04-25 14:00:56 UTC
Git commit 48367ff5fd006b43dafe46a5fcea984beb433c87 by Nicolas Fella.
Committed on 24/04/2026 at 13:37.
Pushed by nicolasfella into branch 'master'.

GridDelegate: Don't interfere with Space/Enter key handling

The current code shows the context menu on space/enter, but space should activate the item instead

M  +0    -2    src/qml/components/GridDelegate.qml

https://invent.kde.org/frameworks/kcmutils/-/commit/48367ff5fd006b43dafe46a5fcea984beb433c87
Comment 5 Nicolas Fella 2026-04-27 10:22:17 UTC
Git commit e7e23e17be8abb3559466c543cfd25b2fcbd001b by Nicolas Fella.
Committed on 27/04/2026 at 10:21.
Pushed by nicolasfella into branch 'master'.

kcms/soundtheme: Use on(Double)Clicked from GridDelegate instead of custom TapHandler

M  +4    -6    kcms/soundtheme/ui/main.qml

https://invent.kde.org/plasma/plasma-workspace/-/commit/e7e23e17be8abb3559466c543cfd25b2fcbd001b
Comment 6 Nicolas Fella 2026-04-27 10:22:47 UTC
Git commit 471963d0111d6d6b4a18e53eeee3fcb690198948 by Nicolas Fella.
Committed on 27/04/2026 at 10:22.
Pushed by nicolasfella into branch 'Plasma/6.6'.

kcms/soundtheme: Use on(Double)Clicked from GridDelegate instead of custom TapHandler
(cherry picked from commit e7e23e17be8abb3559466c543cfd25b2fcbd001b)

M  +4    -6    kcms/soundtheme/ui/main.qml

https://invent.kde.org/plasma/plasma-workspace/-/commit/471963d0111d6d6b4a18e53eeee3fcb690198948