-
-
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
Auto-Type key modifiers not implemented #2603
Comments
The feature of |
I am not in favor of that syntax at all. Bare words should never be interpreted as special actions. If anything it should be reversed... {%d} should execute ALT+D. |
@droidmonkey I happen to agree with you, and I personally would prefer |
Possibly, a note that key modifiers don't work should be added somwhere in the documentation until they are implemented? Currently, the docs states by mistake that all keys mentioned on the KeePass website would be supported (Quote: "A complete list of supported actions and placeholders can be found at KeePass Auto-Type Action Codes and KeePass Placeholders.") I do agree with @dotancohen that KeePassXC should use the same notation as KeePass for this functionality (regardless of whether we personally like the syntax), so that people switching from KeePass can easily copy/paste their autotype sequences and do not have to learn two different notations. It would also make documentation easier if autotype was implemented in exactly the same way as in KeePass, then we could keep refering to to its autotype key list. |
I'm just going to implement it |
* Close #2603 - Add support for modifier syntax (+, ^, and %) * Fix #2633 - Allow reference syntax {REF:...} in Auto-Type sequences * Close #5334 - Tell the user which part of the Auto-Type sequence is invalid for easy correction * Fix #2401 - Select the right window on macOS prior to starting Auto-Type * Allow for nested placeholders
* Close #2603 - Add support for modifier syntax (+, ^, and %) * Fix #2633 - Allow reference syntax {REF:...} in Auto-Type sequences * Close #5334 - Tell the user which part of the Auto-Type sequence is invalid for easy correction * Fix #2401 - Select the right window on macOS prior to starting Auto-Type * Allow for nested placeholders
* Close #2603 - Add support for modifier syntax (+, ^, and %) * Fix #2633 - Allow reference syntax {REF:...} in Auto-Type sequences * Close #5334 - Tell the user which part of the Auto-Type sequence is invalid for easy correction * Fix #2401 - Select the right window on macOS prior to starting Auto-Type * Allow for nested placeholders
* Close #2603 - Add support for modifier syntax (+, ^, and %) * Fix #2633 - Allow reference syntax {REF:...} in Auto-Type sequences * Close #5334 - Tell the user which part of the Auto-Type sequence is invalid for easy correction * Fix #2401 - Select the right window on macOS prior to starting Auto-Type * Allow for nested placeholders
* Close #2603 - Add support for modifier syntax (+, ^, and %) * Fix #2633 - Allow reference syntax {REF:...} in Auto-Type sequences * Close #5334 - Tell the user which part of the Auto-Type sequence is invalid for easy correction * Fix #2401 - Select the right window on macOS prior to starting Auto-Type * Allow for nested placeholders
* Close #2603 - Add support for modifier syntax (+, ^, and %) * Fix #2633 - Allow reference syntax {REF:...} in Auto-Type sequences * Close #5334 - Tell the user which part of the Auto-Type sequence is invalid for easy correction * Fix #2401 - Select the right window on macOS prior to starting Auto-Type * Allow for nested placeholders
* Close #2603 - Add support for modifier syntax (+, ^, and %) * Fix #2633 - Allow reference syntax {REF:...} in Auto-Type sequences * Close #5334 - Tell the user which part of the Auto-Type sequence is invalid for easy correction * Fix #2401 - Select the right window on macOS prior to starting Auto-Type * Allow for nested placeholders
* Close keepassxreboot#2603 - Add support for modifier syntax (+, ^, and %) * Fix keepassxreboot#2633 - Allow reference syntax {REF:...} in Auto-Type sequences * Close keepassxreboot#5334 - Tell the user which part of the Auto-Type sequence is invalid for easy correction * Fix keepassxreboot#2401 - Select the right window on macOS prior to starting Auto-Type * Allow for nested placeholders
Expected Behavior
The string
%d
in the Autocomplete field should sendAlt-D
to the application.Current Behavior
The string
%d
in the Autocomplete field is sendingd
to the application.Steps to Reproduce
%d
.d
was sent to the page.Context
Using Firefox 64.0 on Ubuntu Linux 18.10 with KDE 5 and KeepassXC 2.3.1 with no extensions.
The text was updated successfully, but these errors were encountered: