ArturGaspar/krunner-appmenu

[Feature request] Open Krunner with only appmenu plugin by pressing the Alt key.

Closed this issue · 8 comments

Thank you! I was just wondering if there was a way to do that!

Didn't work for me :(

Doesn't work for me either, although KRunner initially does display "Search Application menu".

This is a bug that already got fixed on the KDE site of things, please see https://invent.kde.org/plasma/milou/-/merge_requests/7

Using kwriteconfig5 --file kwinrc --group ModifierOnlyShortcuts --key Alt "org.kde.krunner,/App,,displaySingleRunner,appmenurunner", it works now in Plasma 5.19.90.

Use kwriteconfig5 --file kwinrc --group ModifierOnlyShortcuts --key Alt org.kde.krunner,/App,,displaySingleRunner,krunner_appmenu

(I changed the plugin name from appmenurunner.)

Use kwriteconfig5 --file kwinrc --group ModifierOnlyShortcuts --key Alt org.kde.krunner,/App,,displaySingleRunner,krunner_appmenu

(I changed the plugin name from appmenurunner.)

Would you consider adding this to the README? Most people might not know how to enable this feature.