From f7c3b0010c9c65b418b46bc87bc5e1f321cd94e0 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sat, 16 Jan 2021 11:33:34 -0500 Subject: Update extension shortcuts (#1246) * Update commands * Add command to open the popup window --- dev/data/manifest-variants.json | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'dev/data/manifest-variants.json') diff --git a/dev/data/manifest-variants.json b/dev/data/manifest-variants.json index 8286a4b8..d94ed9ab 100644 --- a/dev/data/manifest-variants.json +++ b/dev/data/manifest-variants.json @@ -86,17 +86,26 @@ "clipboardRead" ], "commands": { - "toggle": { + "toggleTextScanning": { "suggested_key": { "default": "Alt+Delete" }, - "description": "Toggle text scanning" + "description": "Toggle text scanning on/off" }, - "search": { + "openHelpPage": { + "description": "Open the help page" + }, + "openSettingsPage": { + "description": "Open the settings page" + }, + "openSearchPage": { "suggested_key": { "default": "Alt+Insert" }, - "description": "Open search window" + "description": "Open the search page" + }, + "openPopupWindow": { + "description": "Open the popup window" } }, "web_accessible_resources": [ -- cgit v1.2.3