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