We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ba6058 commit 6f13f89Copy full SHA for 6f13f89
Flow.Launcher.Infrastructure/UserSettings/Settings.cs
@@ -53,7 +53,7 @@ public void Save()
53
public string SettingWindowHotkey { get; set; } = $"Ctrl+I";
54
public string CycleHistoryUpHotkey { get; set; } = $"{KeyConstant.Alt} + Up";
55
public string CycleHistoryDownHotkey { get; set; } = $"{KeyConstant.Alt} + Down";
56
- public string QuickSwitchHotkey { get; set; } = $"{KeyConstant.Ctrl} + G";
+ public string QuickSwitchHotkey { get; set; } = $"{KeyConstant.Alt} + G";
57
58
public bool AutoQuickSwitch { get; set; } = false;
59
0 commit comments