feat: Change default keyboard shortcut to Ctrl+Shift+Q

This commit is contained in:
n4ze3m 2024-12-21 17:31:36 +05:30
parent 07949f55b3
commit a3c76f0757
2 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@ bun build:firefox
Once the extension is installed, you can open the sidebar via context menu or keyboard shortcut. 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 ### Web UI

View File

@ -81,7 +81,7 @@ export default defineConfig({
execute_side_panel: { execute_side_panel: {
description: "Open the side panel", description: "Open the side panel",
suggested_key: { suggested_key: {
default: "Ctrl+Shift+P" default: "Ctrl+Shift+Q"
} }
} }
}, },