Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
Former Member
3 years agoMigrating from KeepassXC, running into issues and questions
Hello! At work we have to migrate from KeepassXC to 1Password but I'm running into some issues and have some questions. I'm using Xubuntu 22.04.
Command handler
KeepassXC has the option to open ...
Former Member
2 years agoI've added a keyboard shortcut wrapper kbd_shortcut.py
that can be set as a command for a keyboard shortcut in your WM or keyboard settings. And yes, it's just as crude as the command handler.
It works by generating a list of all entries and attempting to find a match between the active window name and the 1Password item title. It then checks if there is a "command" field, fetches it and outputs it in the active window. If there's no "command" field it will output the "password" field.
Better would be if the command would check for a "window_name" field and match against that but this is where 1Password loses out to a local vault solution like KeepassXC, it would make the command horribly slow as it would have to fetch all "window_name" fields until a match is found. Or maybe I could try something with tags, that's metadata which is fast to pull in.