From 7ef3b0d93850f3b6d126656240c513d0c92420e6 Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Mon, 1 Mar 2021 07:44:45 +1100 Subject: [PATCH] change WebSearch default to global --- Plugins/Flow.Launcher.Plugin.WebSearch/Settings.cs | 2 +- Plugins/Flow.Launcher.Plugin.WebSearch/plugin.json | 2 +- Plugins/Flow.Launcher.Plugin.WebSearch/setting.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Plugins/Flow.Launcher.Plugin.WebSearch/Settings.cs b/Plugins/Flow.Launcher.Plugin.WebSearch/Settings.cs index 8a1700415..33c304375 100644 --- a/Plugins/Flow.Launcher.Plugin.WebSearch/Settings.cs +++ b/Plugins/Flow.Launcher.Plugin.WebSearch/Settings.cs @@ -21,7 +21,7 @@ namespace Flow.Launcher.Plugin.WebSearch new SearchSource { Title = "Google", - ActionKeyword = "g", + ActionKeyword = "*", Icon = "google.png", Url = "https://www.google.com/search?q={q}", Enabled = true diff --git a/Plugins/Flow.Launcher.Plugin.WebSearch/plugin.json b/Plugins/Flow.Launcher.Plugin.WebSearch/plugin.json index e9f237a58..d397379d8 100644 --- a/Plugins/Flow.Launcher.Plugin.WebSearch/plugin.json +++ b/Plugins/Flow.Launcher.Plugin.WebSearch/plugin.json @@ -1,7 +1,7 @@ { "ID": "565B73353DBF4806919830B9202EE3BF", "ActionKeywords": [ - "g", + "*", "wiki", "findicon", "facebook", diff --git a/Plugins/Flow.Launcher.Plugin.WebSearch/setting.json b/Plugins/Flow.Launcher.Plugin.WebSearch/setting.json index c31d02ae6..ef9c63d67 100644 --- a/Plugins/Flow.Launcher.Plugin.WebSearch/setting.json +++ b/Plugins/Flow.Launcher.Plugin.WebSearch/setting.json @@ -2,7 +2,7 @@ "WebSearches": [ { "Title": "Google", - "ActionKeyword": "g", + "ActionKeyword": "*", "IconPath": "Images\\google.png", "Url": "https://www.google.com/search?q={q}", "Enabled": true