diff --git a/applets/appmenu/package/contents/ui/main.qml b/applets/appmenu/package/contents/ui/main.qml index 6dc4adf8c..00c23399c 100644 --- a/applets/appmenu/package/contents/ui/main.qml +++ b/applets/appmenu/package/contents/ui/main.qml @@ -86,6 +86,13 @@ Item { button.clicked() } }); + + plasmoid.activated.connect(function () { + var button = buttonRepeater.itemAt(0); + if (button) { + button.clicked(); + } + }); } // So we can show mnemonic underlines only while Alt is pressed