SUMMARY New desktop grid implentation in 5.25 does not allow keyboard selection of a virtual desktop whilst in grid mode. Only way to select is to click a desktop with the mouse. Please add this functionality back. STEPS TO REPRODUCE 1. Open desktop grid view. 2. Use number keys or Function keys to select a virtual desktop. OBSERVED RESULT Nada. Keyed desktop does not become active and desktop grid remains open. EXPECTED RESULT Desktop grid closes and selected desktop becomes active. Previous implementation of desktop grid allowed for numerical keyboard selection (ie 1-n) and function key selection (ie F1-Fn). Please add both these back. SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: Arch Linux (available in About System) KDE Plasma Version: 5.25 KDE Frameworks Version: 5.95.0 Qt Version: 5.15.4 ADDITIONAL INFORMATION
Can confirm.
*** Bug 455509 has been marked as a duplicate of this bug. ***
This is not making it into 5.25.1? As a keyboard centric user I hope this gets fixed soon.
A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/2556
Git commit d40aec08536c28e35824b0f17adabce3fcac2880 by Vlad Zahorodnii. Committed on 21/06/2022 at 07:43. Pushed by vladz into branch 'master'. effects/desktopgrid: Allow switching between desktops using digit and function keys C++ version allowed switching between virtual desktops by pressing function keys (Fn) or digit keys. M +11 -0 src/effects/desktopgrid/qml/main.qml https://invent.kde.org/plasma/kwin/commit/d40aec08536c28e35824b0f17adabce3fcac2880
Git commit 9591c3a118b830af1864ec622ab1d233db94fbc9 by Vlad Zahorodnii. Committed on 21/06/2022 at 08:59. Pushed by vladz into branch 'Plasma/5.25'. effects/desktopgrid: Allow switching between desktops using digit and function keys C++ version allowed switching between virtual desktops by pressing function keys (Fn) or digit keys. (cherry picked from commit d40aec08536c28e35824b0f17adabce3fcac2880) M +11 -0 src/effects/desktopgrid/qml/main.qml https://invent.kde.org/plasma/kwin/commit/9591c3a118b830af1864ec622ab1d233db94fbc9
Thx.