[AppMenu Applet] When custom global shortcut for applet is configured and invoke, open first menu entry

wilder-5.14
Kai Uwe Broulik 8 years ago
parent 513d3a69af
commit 3e7d421fa3
  1. 7
      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

Loading…
Cancel
Save