krunner replace alt+space shortcut with meta+space
Changed to avoid clashing with commonly used Emacs alt+space bind
This commit is contained in:
parent
3342a6d943
commit
ec24959556
|
@ -157,6 +157,9 @@
|
||||||
"Switch Window Right" = "Meta+L";
|
"Switch Window Right" = "Meta+L";
|
||||||
"Switch Window Up" = "Meta+K";
|
"Switch Window Up" = "Meta+K";
|
||||||
};
|
};
|
||||||
|
"services/org.kde.krunner.desktop" = {
|
||||||
|
"_launch" = ["Meta+Space" "Search" "Alt+F2"];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
kwin = {
|
kwin = {
|
||||||
|
|
Loading…
Reference in a new issue