Signing back into the Community for the first time? You'll need to reset your password to access your account. Find out more.
Forum Discussion
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...
ag_jarek
1Password Team
3 years agoCMD + \ is the classic 1Password autofill shortcut; it will fill the matching item for the given context or (if there is more than one matching item) show UI to allow you to choose which item to fill. That shortcut is handled by the desktop app and communicated to the browser extension as needed. It cannot be set from within the browser as the webextension shortcuts API doesn't allow CMD + \ to be used as a shortcut.
CMD + SHIFT + X opens the browser extension popup. It doesn't immediately trigger autofill; instead, you can select an item in the pop-up and then press enter to fill it.