From a3c76f0757e392d117117b58cf4283321b526a35 Mon Sep 17 00:00:00 2001 From: n4ze3m Date: Sat, 21 Dec 2024 17:31:36 +0530 Subject: [PATCH] feat: Change default keyboard shortcut to Ctrl+Shift+Q --- README.md | 2 +- wxt.config.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" } } },