mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-02 09:48:50 +00:00
Fix meta shortcut being removed regression
This commit is contained in:
parent
837ad05668
commit
279b900c13
1 changed files with 4 additions and 0 deletions
|
|
@ -10,6 +10,10 @@ for (var j = 0; j < desktopsArray.length; j++) {
|
||||||
desktopsArray[j].wallpaperPlugin = "org.kde.image";
|
desktopsArray[j].wallpaperPlugin = "org.kde.image";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// add meta shortcut
|
||||||
|
desktopsArray[0].currentConfigGroup = ["Shortcuts"]
|
||||||
|
desktopsArray[0].writeConfig("global", "Meta+F1")
|
||||||
|
|
||||||
// keep this list in sync with shell/contents/updates/panelsfix.js
|
// keep this list in sync with shell/contents/updates/panelsfix.js
|
||||||
var panel = new Panel("org.kde.phone.panel");
|
var panel = new Panel("org.kde.phone.panel");
|
||||||
panel.location = "top";
|
panel.location = "top";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue