https://bugs.kde.org/show_bug.cgi?id=416145
--- Comment #45 from phd <p...@phd.re> --- > Can the Alt+F2 shortcut do two things: > 1. immediately focus the desktop (so that we can relay on [1] from here) > 2. then show/execute KRunner (with the above in place it doesn't need to be > that fast)? Probably we could do that like this: Alt+F2 calls this new PlasmaShell's method: dbus-send --type=method_call --dest=org.kde.plasmashell /PlasmaShell org.kde.plasmashell.PlasmaShell.displayKRunner which does two things: 1. immediately focuses the desktop 2. then calls (using Qt/C++ DBUS API): dbus-send --type=method_call --dest=org.kde.krunner /App org.kde.krunner.App.display -- You are receiving this mail because: You are watching all bug changes.