Folder menu does not have hot key letter selectors C I R w K m A d t L S e F N O mga5 $ kde4-config --version Qt: 4.8.6 KDE Development Platform: 4.14.5 kde4-config: 1.0 mga6 # kde4-config --version Qt: 4.8.7 KDE Development Platform: 4.14.18 kde4-config: 1.0 https://bugs.mageia.org/attachment.cgi?id=7353&action=edit For example with the mga5 menu I can right click the desktop and hit e to exit. on mga6 I have to pick the Leave selection.
Not sure if the desktop context menu is a QMenu or some QML reimplementation. If it is is a real QMenu, it could be a Breeze widget style issue. Please reassign accordingly.
(In reply to Christoph Feck from comment #1) > Not sure if the desktop context menu is a QMenu or some QML As a ignorant user I have even less knowledge. > reimplementation. If it is is a real QMenu, it could be a Breeze widget > style issue. Even if desktop theme is Oxygen.?
Comment #1 was meant for Plasma developers.
any news on this bugreport ? It is still valid on plasma 5.7.2 for the reporter
still valid on plasma 5.8.x and 5.9.x. Is it something that will be fixed or is this the normal behaviour now ?
Git commit ff78b9e53113538ba4a3e3843ea444e55fc59ac9 by Kai Uwe Broulik. Committed on 16/03/2017 at 10:47. Pushed by broulik into branch 'master'. Add KAcceleratorManager This way containment context menus and PlasmaComponents Menu get accelerators assigned to by default. CHANGELOG: Most (context) menus have accelerators (Alt+letter shortcuts) now Differential Revision: https://phabricator.kde.org/D5057 M +1 -0 src/declarativeimports/plasmacomponents/CMakeLists.txt M +3 -0 src/declarativeimports/plasmacomponents/qmenu.cpp M +3 -0 src/scriptengines/qml/plasmoid/containmentinterface.cpp https://commits.kde.org/plasma-framework/ff78b9e53113538ba4a3e3843ea444e55fc59ac9
Git commit 48fe6ba01c7f473e57b0db294834f1abde531960 by Kai Uwe Broulik. Committed on 16/03/2017 at 10:49. Pushed by broulik into branch 'master'. [System Tray] Add KAcceleratorManager This way plasmoid and SNI context menus get accelerators assigned to by default. Differential Revision: https://phabricator.kde.org/D5058 M +3 -0 applets/systemtray/systemtray.cpp https://commits.kde.org/plasma-workspace/48fe6ba01c7f473e57b0db294834f1abde531960
can this be cherrypicked for plasma 5.8 please ?