fix(manifest): Quick-Save auf Alt+Shift+S (Strg+Shift+S Brave-Konflikt, Strg+Alt verboten); Firefox laedt quicksave-core via scripts-Array

This commit is contained in:
2026-06-14 10:47:17 +02:00
parent f473697fb2
commit a37f34eeac
3 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -43,8 +43,8 @@
"commands": {
"quick-save": {
"suggested_key": {
"default": "Ctrl+Shift+S",
"mac": "Command+Shift+S"
"default": "Alt+Shift+S",
"mac": "Alt+Shift+S"
},
"description": "__MSG_cmdQuickSave__"
}