Skip to content

Commit

Permalink
Remove space at the end of the string.
Browse files Browse the repository at this point in the history
  • Loading branch information
destogl committed Jan 19, 2023
1 parent f4a39d2 commit 9216be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contents/code/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ registerShortcut("MoveWindowToRightHeight34", "UltrawideWindows: Move Window to
});

// Fit 2/3 screen
registerShortcut("MoveWindowToUpLeft23", "UltrawideWindows: Move Window to fit up-left 2/3 width ", "alt+Num+7", function () {
registerShortcut("MoveWindowToUpLeft23", "UltrawideWindows: Move Window to fit up-left 2/3 width", "alt+Num+7", function () {
move(workspace, 3, 2, 0, 0, 2, 1)
});

Expand Down

0 comments on commit 9216be5

Please sign in to comment.