diff --git a/extension/manifest.json b/extension/manifest.json index 2a63fd7b6dbe..8a7a47479ea8 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -15,6 +15,14 @@ "action": { "default_title": "Open Dust side panel" }, + "commands": { + "_execute_action": { + "suggested_key": { + "default": "Ctrl + Right", + "mac": "Command + Right" + } + } + }, "side_panel": { "default_path": "main.html" },