diff --git a/README.md b/README.md index d0675ed..a84e9da 100644 --- a/README.md +++ b/README.md @@ -206,7 +206,7 @@ Of course you will have access to all described shortcuts. |----------------------------|------------------------|------------------------|------------------------|------------------------| | X360 Controller | Not connected | Connected | Not connected | Not connected | | Options (hold for 1s) | Switch to next profile | Switch to next profile | Switch to next profile | Switch to next profile | -| Options (hold for 3s) | Toggle desktop mode | Toggle desktop mode | | | +| Options (hold for 2s) | Toggle desktop mode | Toggle desktop mode | | | | STEAM + 3 dots | CTRL + SHIFT + ESCAPE | CTRL + SHIFT + ESCAPE | CTRL + SHIFT + ESCAPE | CTRL + SHIFT + ESCAPE | | STEAM + Menu | WIN + TAB | WIN + TAB | WIN + TAB | WIN + TAB | | STEAM + Options | F11 | F11 | F11 | F11 | diff --git a/SteamController/Profiles/DefaultShortcutsProfile.cs b/SteamController/Profiles/DefaultShortcutsProfile.cs index f8eb0ea..9a32b79 100644 --- a/SteamController/Profiles/DefaultShortcutsProfile.cs +++ b/SteamController/Profiles/DefaultShortcutsProfile.cs @@ -10,7 +10,7 @@ namespace SteamController.Profiles public const String ShortcutConsumed = "ShortcutsProfile"; public readonly TimeSpan HoldForShorcuts = TimeSpan.FromMilliseconds(200); private readonly TimeSpan HoldToSwitchProfile = TimeSpan.FromSeconds(1); - private readonly TimeSpan HoldToSwitchDesktop = TimeSpan.FromSeconds(3); + private readonly TimeSpan HoldToSwitchDesktop = TimeSpan.FromSeconds(2); public override Status Run(Context c) {