-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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 from browser extension #6272
Support for triggering Global Auto-Type from browser extension #6272
Conversation
d39ccfa
to
c9b1c9c
Compare
@droidmonkey Got it. |
Looks like you still have some build failures on tests |
Changes made but I need to rebase this whole thing. Also, there are some changes to the Auto-Type triggering with the current development branch. Need to test this again after everything is in order. |
01d2e05
to
87f13d7
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #6272 +/- ##
===========================================
- Coverage 63.68% 63.63% -0.04%
===========================================
Files 330 330
Lines 41605 41646 +41
===========================================
+ Hits 26493 26501 +8
- Misses 15112 15145 +33 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
87f13d7
to
a905d66
Compare
Added support for triggering Global Auto-Type from the browser extension, where a browser-specific keyboard shortcut can be defined for it.
Related PR: keepassxreboot/keepassxc-browser#1265
Testing strategy
Manually. Also tested with a build that doesn't have Auto-Type enabled at all.
Type of change