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
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
A possibly relevant merge request was started @ https://invent.kde.org/frameworks/kcmutils/-/merge_requests/296
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/6524
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
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
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