diff --git a/README.md b/README.md index 0d5a238..7bdb280 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ bun build:firefox Once the extension is installed, you can open the sidebar via context menu or keyboard shortcut. -Default Keyboard Shortcut: `Ctrl+Shift+P` +Default Keyboard Shortcut: `Ctrl+Shift+Q` ### Web UI diff --git a/wxt.config.ts b/wxt.config.ts index 5b35257..a54fef3 100644 --- a/wxt.config.ts +++ b/wxt.config.ts @@ -81,7 +81,7 @@ export default defineConfig({ execute_side_panel: { description: "Open the side panel", suggested_key: { - default: "Ctrl+Shift+P" + default: "Ctrl+Shift+Q" } } },