-
-
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 - Notify User which part of sequence is invalid #5334
Comments
droidmonkey
changed the title
Auto-Type - Show invalide code
Auto-Type - support comment syntax
Aug 24, 2020
droidmonkey
changed the title
Auto-Type - support comment syntax
Auto-Type - Notify User which part of sequence is invalid
Aug 24, 2020
droidmonkey
added a commit
that referenced
this issue
Dec 3, 2020
* 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
droidmonkey
added a commit
that referenced
this issue
Dec 17, 2020
* 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
droidmonkey
added a commit
that referenced
this issue
Dec 24, 2020
* 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
droidmonkey
added a commit
that referenced
this issue
Dec 26, 2020
* 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
droidmonkey
added a commit
that referenced
this issue
Feb 14, 2021
* 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
droidmonkey
added a commit
that referenced
this issue
Feb 15, 2021
* 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
droidmonkey
added a commit
that referenced
this issue
Feb 22, 2021
* 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
libklein
pushed a commit
to libklein/keepassxc
that referenced
this issue
Mar 1, 2021
* 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I KeePass I have the Auto-Type code: {C:Comment}, see also #5333
Currently you show the following message when the syntax of the Auto-Type statement is not correct:
I suggest that you show the invalid part in this message, like:
This way users see what part is not correct/not supported.
The text was updated successfully, but these errors were encountered: