mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 04:07:40 +02:00
@@ -176,8 +176,7 @@ namespace Wox.Plugin.CMD
|
|||||||
private void OnWinRPressed()
|
private void OnWinRPressed()
|
||||||
{
|
{
|
||||||
context.API.ShowApp();
|
context.API.ShowApp();
|
||||||
// todo don't hardcode action keywords.
|
context.API.ChangeQuery($"{context.CurrentPluginMetadata.ActionKeywords[0]}{Plugin.Query.TermSeperater}");
|
||||||
context.API.ChangeQuery($">{Plugin.Query.TermSeperater}");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public Control CreateSettingPanel()
|
public Control CreateSettingPanel()
|
||||||
|
|||||||
Reference in New Issue
Block a user