Skip to content

Commit 52dfc79

Browse files
committed
chg: keyboard shortcut defaults
1 parent d8178a0 commit 52dfc79

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Unreleased
44

55
- Changed
6-
- Keyboard shortcut defaults to non-assigned keys
6+
- Keyboard shortcut defaults for compatibility
77

88
- Fixed
99
- Error handling on tab creation

src/manifest/chrome/manifest.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,7 @@
1414
"default_popup": "browseraction.html"
1515
},
1616
"commands": {
17-
"_execute_action": {
18-
"suggested_key": {
19-
"default": "Ctrl+Shift+O"
20-
}
21-
}
17+
"_execute_action": {}
2218
},
2319
"permissions": ["storage", "tabGroups", "search"],
2420
"incognito": "split"

src/manifest/firefox/manifest.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,7 @@
1414
"default_popup": "browseraction.html"
1515
},
1616
"commands": {
17-
"_execute_browser_action": {
18-
"suggested_key": {
19-
"default": "Ctrl+Shift+M"
20-
}
21-
}
17+
"_execute_browser_action": {}
2218
},
2319
"permissions": ["storage", "search", "contextualIdentities", "cookies"],
2420
"incognito": "spanning"

0 commit comments

Comments
 (0)