-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Adding configurable shortcuts to avoid "View/Type individual entries" #139
Comments
That already exists 😄 Look at the Auto Type sequences in the docs. If you always only want to type the password without the username or hitting enter and nothing else, edit the entry, select Does that match what you're looking for? |
I guess the biggest part of the request here is shortcuts, so with different shortcuts you could have different autotype sequences. |
I think I see what you're saying. I'll have to think about if that's something I want to pursue. In the meantime, you could possibly work around that using the |
Yeah, exactly. TOTP is a special case though. If I have 800 entries and TOTP ones are only 50 of them, it makes little sense to output all for filtering using dmenu. That's why I came up with #132. |
So you'd basically have to create "temporary" duplicate entries with the different autotype values when generating the list to display to dmenu. I'm thinking that could work similar to how I have done the multiple URLs feature. That way the configuration file stays simple and only the autotype entries would need to be edited. |
Precisely. So keepmenu has to be smart to see if there's only |
Heyho,
what do you think about the following "scenario":
with an entry in the config like:
[shortcuts]
password:
title:
username:
url:
...
At the moment that is (correct me if i'm wrong) only possible by:
The text was updated successfully, but these errors were encountered: