Skip to content

Commit 6f13f89

Browse files
committed
Change default hotkey
1 parent 6ba6058 commit 6f13f89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher.Infrastructure/UserSettings/Settings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public void Save()
5353
public string SettingWindowHotkey { get; set; } = $"Ctrl+I";
5454
public string CycleHistoryUpHotkey { get; set; } = $"{KeyConstant.Alt} + Up";
5555
public string CycleHistoryDownHotkey { get; set; } = $"{KeyConstant.Alt} + Down";
56-
public string QuickSwitchHotkey { get; set; } = $"{KeyConstant.Ctrl} + G";
56+
public string QuickSwitchHotkey { get; set; } = $"{KeyConstant.Alt} + G";
5757

5858
public bool AutoQuickSwitch { get; set; } = false;
5959

0 commit comments

Comments
 (0)