mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 11:46:30 +02:00
Temp fix for CMD hotkey
This commit is contained in:
@@ -176,7 +176,8 @@ namespace Wox.Plugin.CMD
|
||||
private void OnWinRPressed()
|
||||
{
|
||||
context.API.ShowApp();
|
||||
context.API.ChangeQuery(">");
|
||||
// todo don't hardcode action keywords.
|
||||
context.API.ChangeQuery($">{Plugin.Query.TermSeperater}");
|
||||
}
|
||||
|
||||
public Control CreateSettingPanel()
|
||||
|
||||
Reference in New Issue
Block a user