-
-
Notifications
You must be signed in to change notification settings - Fork 188
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
Support for triggering Global Auto-Type #1265
Conversation
@droidmonkey Sure. However clicking the extension icon brings the focus out of the selected input field. We need to make the focus is set back before triggering Auto-Type. |
Oh good point, maybe just the right click menu than. |
@droidmonkey Context menu added. Anything more that is needed? |
Is it not possible to strip down to just the base domain from the extension side? I'd prefer to not deal with all that on the kpxc side, it also adds a bunch of assumptions that the desired search is a domain to begin with. |
@droidmonkey I also prefer doing the base domain check in the extension side. Makes the KeePassXC side implementation very simple. I'll make the changes. |
@droidmonkey Fixes made to both extension and KeePassXC side. |
Milestone removed. Let's wait for KeePassXC 2.7.0 until we merge this one. |
7ffb1d4
to
ea84842
Compare
Support for triggering Global Auto-Type from KeePassXC with a separate keyboard shortcut.
Related PR: keepassxreboot/keepassxc#6272
Fixes #1191.