-
-
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: Changes capitalization of Password during insertion #463
Comments
OK. I did some more tests. With "Caps Lock" off, it inserts the correct / stored information (username and password). "Caps Lock" off Username: [email protected] "Caps Lock" off Password: 123456AAABBBCCCaaabbbccc So one sees: I hope this helps a little bit for tracking down the source of the bug. |
Seems like a bit flag is being toggled erroneously that is spitting out capital and lowercase letters. Perhaps the easiest fix is to detect if caps lock is on (possible?) and turn it off prior to typing. Then turn it back on once done. |
@rgloor what version of KeePassXC are you using? I think @droidmonkey is right here. I will look into this in the next few days |
@TheZ3ro |
How are you entering the data by simulated keystrokes? Are those simulated to come from the physical keyboard? Just my 2 cents. ;-) |
Confirmed here.
|
This should be fixed by #718. Closing |
When the keyboard (physical keyboard) has "Caps Lock" on, Auto-Type alters the filled-in information (like username and password).
It changes the capitalization of certain letters.
Not all but sometimes from small to big, sometimes changes from big to small.
If I looked right, it capitalizes every 2nd letter (if character is a letter, not a number or some special character).
As far as I saw, it starts with the first character to capitalize and does it with every second one.
Some of the big ones in between are lowered. But if I recall right, not all. Not tested all cases.
Expected Behavior
The filled-in password (information) should always be the same (not only the same but rather the set/stored one), no matter if the physical keyboard has "Caps Lock" on or off.
Current Behavior
If "Caps Lock" is off, Auto-Type works as expected (beside the other keyboard charmap bug during autostartup)
If "Caps Lock" is on, Auto-Type alters password (and username)
Steps to Reproduce (for bugs)
Context
Login-Error with Auto-Type (when "Caps Lock" on)
Your Environment
The text was updated successfully, but these errors were encountered: