From c49d6ebff405fb396986aa1786a888797ce70f12 Mon Sep 17 00:00:00 2001 From: n4ze3m Date: Sun, 22 Dec 2024 14:37:22 +0530 Subject: [PATCH] feat: Change default keyboard shortcut to Ctrl+Shift+Y --- wxt.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxt.config.ts b/wxt.config.ts index a54fef3..69c86bd 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+Q" + default: "Ctrl+Shift+Y" } } },