From 89fb78f3cdc4b364622e705fbac97a127ed09b6b Mon Sep 17 00:00:00 2001 From: TheBestPessimist Date: Wed, 25 Jan 2023 13:20:30 +0200 Subject: [PATCH] Change the default shortcut for Plugin Indicator to `?` #1825 --- Plugins/Flow.Launcher.Plugin.PluginIndicator/plugin.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Plugins/Flow.Launcher.Plugin.PluginIndicator/plugin.json b/Plugins/Flow.Launcher.Plugin.PluginIndicator/plugin.json index 084779ef9..64f5fce7a 100644 --- a/Plugins/Flow.Launcher.Plugin.PluginIndicator/plugin.json +++ b/Plugins/Flow.Launcher.Plugin.PluginIndicator/plugin.json @@ -1,10 +1,10 @@ { "ID": "6A122269676E40EB86EB543B945932B9", - "ActionKeyword": "*", + "ActionKeyword": "?", "Name": "Plugin Indicator", "Description": "Provides plugin action keyword suggestions", "Author": "qianlifeng", - "Version": "2.0.1", + "Version": "2.0.2", "Language": "csharp", "Website": "https://github.com/Flow-Launcher/Flow.Launcher", "ExecuteFileName": "Flow.Launcher.Plugin.PluginIndicator.dll",