STEPS TO REPRODUCE For example: 1. Start Discover. 2. Press up/down arrows (featured apps are navigating by keyboard). 3. Select some app. 4. Press up/down arrows. OBSERVED RESULT Middle featured apps list isn't navigating by keyboard. Also after Enter key press the currently selected app page isn't showing. SOFTWARE/OS VERSIONS Operating System: KDE neon Developer Edition KDE Plasma Version: 5.15.80 KDE Frameworks Version: 5.54.0 Qt Version: 5.11.2 Kernel Version: 4.15.0-42-generic
Yeah, keyboard navigation in the apps lists and between the sidebar and the apps list is not ideal. It's also not clear what's focused.
https://phabricator.kde.org/D21128
Git commit 56cb2c2b14c2f3853561416abc1d2136a04edd6c by Aleix Pol. Committed on 14/05/2019 at 13:09. Pushed by apol into branch 'master'. Improve keyboard-only usage of the toolbar Summary: Have PrivateActionToolButton trigger its action if the mnemonic is activated. Test Plan: I can call the actions on the toolbar now (e.g. on Discover application page) Reviewers: #kirigami, mart Reviewed By: #kirigami, mart Subscribers: plasma-devel Tags: #kirigami Differential Revision: https://phabricator.kde.org/D21188 M +5 -0 src/controls/private/PrivateActionToolButton.qml https://commits.kde.org/kirigami/56cb2c2b14c2f3853561416abc1d2136a04edd6c
Thanks! BTW wWhile testing this, I ran into Bug 407524.