change WebSearch default to global

This commit is contained in:
Jeremy Wu 2021-03-01 07:44:45 +11:00
parent d65669cf04
commit 7ef3b0d938
3 changed files with 3 additions and 3 deletions

View file

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

View file

@ -1,7 +1,7 @@
{
"ID": "565B73353DBF4806919830B9202EE3BF",
"ActionKeywords": [
"g",
"*",
"wiki",
"findicon",
"facebook",

View file

@ -2,7 +2,7 @@
"WebSearches": [
{
"Title": "Google",
"ActionKeyword": "g",
"ActionKeyword": "*",
"IconPath": "Images\\google.png",
"Url": "https://www.google.com/search?q={q}",
"Enabled": true