mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 19:57:07 +02:00
Add custom plugin hotkey feature.
This commit is contained in:
@@ -62,7 +62,7 @@ namespace Wox.Infrastructure
|
||||
Instance.UserSetting.Theme = "Default";
|
||||
Instance.UserSetting.ReplaceWinR = true;
|
||||
Instance.UserSetting.WebSearches = Instance.UserSetting.LoadDefaultWebSearches();
|
||||
Instance.UserSetting.Hotkey = "Win + W";
|
||||
Instance.UserSetting.Hotkey = "Alt + Space";
|
||||
}
|
||||
|
||||
public static CommonStorage Instance
|
||||
|
||||
Reference in New Issue
Block a user