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

Respect custom Auto-Type sequences from KeePass entry #47

Open
allbetsareoff29 opened this issue Apr 22, 2020 · 1 comment
Open

Respect custom Auto-Type sequences from KeePass entry #47

allbetsareoff29 opened this issue Apr 22, 2020 · 1 comment

Comments

@allbetsareoff29
Copy link

A lot of folks complain that they have to click into the username field first before keepasshelper can enter credentials.

This problem can be easily fixed without requiring any additional permissions to the browser extension, if the extension actually honors custom Auto-Type sequences.

Instead of using default Auto-Type sequence {USERNAME}{TAB}{PASSWORD}{ENTER} which requires you to have cursor in the username field already...,
You could set up a custom Auto-Type sequence such as {TAB}{TAB}{TAB}{TAB}{USERNAME}{TAB}{PASSWORD}{ENTER}. This way, you don't have to click into the username field as the TABs will do that for you.

@belaviyo
Copy link
Owner

Looks good, but I don't see any documentation on how to get the "custom Auto-Type sequences"; https://github.com/pfn/keepasshttp/

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

No branches or pull requests

2 participants