Skip to content

Commit

Permalink
Rename shortcuts for backwards compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
gerritdevriese committed Apr 1, 2024
1 parent 0f34f6d commit b2b7db1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contents/ui/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,8 @@ PlasmaCore.Dialog {
model: [1, 2, 3, 4, 5, 6, 7, 8, 9]
delegate: Item {
ShortcutHandler {
name: "KZones: Move active window to " + modelData
text: "KZones: Move active window to " + modelData
name: "KZones: Move active window to zone " + modelData
text: "KZones: Move active window to zone " + modelData
sequence: "Ctrl+Alt+Num+" + modelData
onActivated: {
moveClientToZone(Workspace.activeWindow, modelData - 1);
Expand Down

0 comments on commit b2b7db1

Please sign in to comment.