Temp fix for CMD hotkey

This commit is contained in:
bao-qian
2015-11-11 05:12:37 +00:00
parent b5a08c3ba4
commit de1491a310

View File

@@ -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()