Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
Former Member
5 years ago1Password Shortcuts on Wayland
1Password is an application that works very well when users can invoke it from anywhere. Quick Access in particular is a feature that is meant to be invoked from anywhere on your desktop. However, as...
roy_orbison
4 months agoOccasional Contributor
I guess KDE wasn't coming soon. My normal defined shortcuts broke completely in a recent version of 1Pass, and editing them has been removed from its settings dialogue. Editing the ~/.config/1Password/settings/settings.json file did not work, either.
These extra actions should be defined in the .desktop file. Then the shortcuts can be configured in the system settings. To correct this, I edited the shortcut from the Edit Applications tool, just changed the name a bit and saved it, which creates a local copy at ~/.local/share/applications/1password.desktop I edited that file, changing the name back, then adding this at the top:
[Desktop Action Lock]
Exec=/opt/1Password/1password --quick-access
Name=Lock
[Desktop Action QuickAccess]
Exec=/opt/1Password/1password --quick-access
Name=Quick Access
and adding the line
Actions=Lock;QuickAccess;
Under the main
[Desktop Entry]
section. You may need to change the path to the main binary in those actions to match the Exec line from the main entry. The app can now be added under Settings > Keyboard > Shortcuts. If it's already there, you may need to remove it and add it again so the extra actions are recognised.