feat: Change default keyboard shortcut to Ctrl+Shift+Q
This commit is contained in:
parent
07949f55b3
commit
a3c76f0757
@ -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
|
||||
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user