-
-
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
{#} doesn't allow to use hash in Auto-Type sequence #7743
Comments
Whoops need to add it to this list https://github.com/keepassxreboot/keepassxc/blob/develop/src/autotype/AutoType.cpp#L87 |
droidmonkey
added a commit
that referenced
this issue
Mar 31, 2022
* Fix #7743 - Include # in placeholder list * This change fixes typing single character placeholders (escaped placeholders) on Windows. Previously we were sending these as raw key presses which didn't properly press Shift or other modifiers. Now they are sent as unicode characters unless in virtual mode (the expected behavior).
droidmonkey
added a commit
that referenced
this issue
Apr 2, 2022
* Fix #7743 - Include # in placeholder list * This change fixes typing single character placeholders (escaped placeholders) on Windows. Previously we were sending these as raw key presses which didn't properly press Shift or other modifiers. Now they are sent as unicode characters unless in virtual mode (the expected behavior).
pull bot
pushed a commit
to nonomal/keepassxc
that referenced
this issue
Apr 2, 2022
* Fix keepassxreboot#7743 - Include # in placeholder list * This change fixes typing single character placeholders (escaped placeholders) on Windows. Previously we were sending these as raw key presses which didn't properly press Shift or other modifiers. Now they are sent as unicode characters unless in virtual mode (the expected behavior).
t-h-e
pushed a commit
to t-h-e/keepassxc
that referenced
this issue
Sep 8, 2022
* Fix keepassxreboot#7743 - Include # in placeholder list * This change fixes typing single character placeholders (escaped placeholders) on Windows. Previously we were sending these as raw key presses which didn't properly press Shift or other modifiers. Now they are sent as unicode characters unless in virtual mode (the expected behavior).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Overview
Workaround proposed in #7733 doesn't work
Steps to Reproduce
Expected Behavior
JDOE#JDOE
Actual Behavior
At step 2, when saving entry, KeepassXC complains that variable doesn't exist
When forcing save with {#}, step failed with same complain
Context
KeePassXC - 2.7.0
Revision: d7a9ef4
Operating System: Windows 10
The text was updated successfully, but these errors were encountered: