Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

Commit

Permalink
Update move desktop default keybinds to avoid conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
ViRb3 committed Jan 27, 2020
1 parent 124df1d commit 8b80240
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Please download from [Windows app store](https://www.microsoft.com/store/apps/9n
## Features

* __Reorder virtual desktops__
(default key combination: <kbd>Ctrl</kbd> + <kbd>Alt</kbd> + <kbd><-</kbd> or <kbd>-></kbd>)
(default key combination: <kbd>Win</kbd> + <kbd>Alt</kbd> + <kbd><-</kbd> or <kbd>-></kbd>)

* Switching notification
<!-- ![](https://cloud.githubusercontent.com/assets/1779073/19052151/a6be54ac-89f0-11e6-8936-9bcc2aafc1d5.gif) -->
Expand Down
4 changes: 2 additions & 2 deletions source/SylphyHorn.Core/Serialization/ShortcutKeySettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ public ShortcutKeySettings(ISerializationProvider provider)
private static int[] MoveDesktopLeftDefaultValue { get; } =
{
037, // <=
162, // Left Ctrl
091, // Left Windows
164, // Left Alt
};

private static int[] MoveDesktopRightDefaultValue { get; } =
{
039, // =>
162, // Left Ctrl
091, // Left Windows
164, // Left Alt
};

Expand Down

0 comments on commit 8b80240

Please sign in to comment.