Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keyboard shortcut to fill form #538

Open
bkazez opened this issue Jul 3, 2023 · 3 comments
Open

Keyboard shortcut to fill form #538

bkazez opened this issue Jul 3, 2023 · 3 comments

Comments

@bkazez
Copy link

bkazez commented Jul 3, 2023

Versions

  • Operating system: macOS 13.4 (22F66)
  • Browser: FF 114.0.2 (64-bit)
  • PassFF: 1.14.1

Description

Suppose you have two logins saved for example.com, and you're viewing example.com. Pressing the keyboard shortcut should rotate among them, as it does on competing password managers.

@bkazez bkazez changed the title If multiple pass entries match the current context, keyboard shortcut should rotate among them If multiple entries match the current context, keyboard shortcut should rotate among them Jul 3, 2023
@tuxor1337
Copy link
Collaborator

tuxor1337 commented May 22, 2024

Can you elaborate a bit on the behavior that you are expecting? For example:

  • Do you configure PassFF to auto-fill login forms, or do you fill manually?
  • Which "keyboard shortcut" are you referring to? PassFF currently has only a single shortcut and that opens the browser action menu. Do you suggest to add a new shortcut that will fill credentials on the current site?
  • You say "suppose you have two logins saved for example.com", but PassFF does not have a unique mapping from domains or URLs to login data. Instead, it uses a fuzzy matching logic to match a number of pass entries to the current web site. If you are on example.com, it might suggest shopping/example.com and shopping/example.com-admin , but also some/dir/non-example.com/amazon.de.

@bkazez
Copy link
Author

bkazez commented May 24, 2024

Thanks. I think the most efficient user experience would be:

  1. Keyboard shortcut to autofill.
  2. If already autofilled, the keyboard shortcut rotates to the next matching entry.
  3. Fuzzy matching is made much less fuzzy so that a domain match is required (reverse DNS order). As is, the matches are often unexpected — I have almost autofilled bank info on a completely unrelated site that just shared a word in the URL. This is a security issue as well as frustrating.

@tuxor1337 tuxor1337 changed the title If multiple entries match the current context, keyboard shortcut should rotate among them Keyboard shortcut to fill form May 24, 2024
@tuxor1337
Copy link
Collaborator

So, this is actually a feature request for a new keyboard shortcut that fills a form.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants