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

@@ -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"
}
}
},