Skip to content

Commit aeb5a3b

Browse files
committed
chg: keyboard shortcut defaults
1 parent 4c8d399 commit aeb5a3b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
- Changed
6+
- Keyboard shortcut defaults to non-assigned keys
7+
38
## 1.7.4
49

510
- Added

src/manifest/chrome/manifest.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515
},
1616
"commands": {
1717
"_execute_action": {
18-
"default": "CTRL+M"
18+
"suggested_key": {
19+
"default": "Ctrl+Shift+O"
20+
}
1921
}
2022
},
2123
"permissions": ["storage", "tabGroups", "search"],

src/manifest/firefox/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"commands": {
1717
"_execute_browser_action": {
1818
"suggested_key": {
19-
"default": "Ctrl+M"
19+
"default": "Ctrl+Shift+M"
2020
}
2121
}
2222
},

0 commit comments

Comments
 (0)