change the Alt key to Shift in the commands

This commit is contained in:
Othmane AJDOR
2020-09-11 17:59:38 +02:00
parent afd387cdfd
commit 4226a9f448
+2 -2
View File
@@ -37,13 +37,13 @@
"commands": {
"generate-random-alias": {
"suggested_key": {
"default": "Ctrl+Alt+X"
"default": "Ctrl+Shift+X"
},
"description": "Generate a random email alias"
},
"_execute_browser_action": {
"suggested_key": {
"default": "Ctrl+Alt+S"
"default": "Ctrl+Shift+S"
},
"description":"Open the extension action menu"
}