Former Member
3 years agoPrevent 1Password Safari extension from using Command+Shift+X
I see the 1Password web extension's manifest.json
tells Safari that Command+Shift+X should open the extension popover:
```
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Ctrl+Shift+X",
"mac": "Command+Shift+X"
}
},
"lock": {
"name": "lock",
"suggested_key": {
"default": "Ctrl+Shift+L",
"mac": "Command+Shift+L"
},
"description": "Lock the extension"
}
},
```
Is there any way to disable this or change ? I use this as a global shortcut on my Mac for something else.
1Password Version: 8.7.0
Extension Version: 2.3.3 (20207)
OS Version: macOS 12.3.1