From e38a3b0505677b78b511ce85169dbaa728262f4a Mon Sep 17 00:00:00 2001 From: DB p Date: Fri, 25 Nov 2022 14:08:37 +0900 Subject: [PATCH 1/2] Change Keyword to ws from * --- Plugins/Flow.Launcher.Plugin.WindowsSettings/plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/Flow.Launcher.Plugin.WindowsSettings/plugin.json b/Plugins/Flow.Launcher.Plugin.WindowsSettings/plugin.json index b5121b36af3..17e6eb39bbb 100644 --- a/Plugins/Flow.Launcher.Plugin.WindowsSettings/plugin.json +++ b/Plugins/Flow.Launcher.Plugin.WindowsSettings/plugin.json @@ -1,6 +1,6 @@ { "ID": "5043CETYU6A748679OPA02D27D99677A", - "ActionKeyword": "*", + "ActionKeyword": "ws", "Description": "Search settings inside Control Panel and Settings App", "Name": "Windows Settings", "Author": "TobiasSekan", From 289bdad33af5ac51e5c05bb7bedc75bcef9059b1 Mon Sep 17 00:00:00 2001 From: DB p Date: Fri, 25 Nov 2022 17:44:02 +0900 Subject: [PATCH 2/2] keyword change to s from ws --- Plugins/Flow.Launcher.Plugin.WindowsSettings/plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/Flow.Launcher.Plugin.WindowsSettings/plugin.json b/Plugins/Flow.Launcher.Plugin.WindowsSettings/plugin.json index 17e6eb39bbb..dcac0857b57 100644 --- a/Plugins/Flow.Launcher.Plugin.WindowsSettings/plugin.json +++ b/Plugins/Flow.Launcher.Plugin.WindowsSettings/plugin.json @@ -1,6 +1,6 @@ { "ID": "5043CETYU6A748679OPA02D27D99677A", - "ActionKeyword": "ws", + "ActionKeyword": "s", "Description": "Search settings inside Control Panel and Settings App", "Name": "Windows Settings", "Author": "TobiasSekan",