Authorizer icon indicating copy to clipboard operation
Authorizer copied to clipboard

Wrong symbol over USB

Open PaPa1ya opened this issue 2 years ago • 1 comments

If the password contains "-", then when entering it via usb, from the page with all passwords, this symbol is replaced by "/". If you go to the page with the password and press "PASSWORD", the input will be correct.

PaPa1ya avatar Feb 13 '23 08:02 PaPa1ya

Yes, they keyboard language is there hardcoded and the system setting is ignored: https://github.com/tejado/Authorizer/blob/master/authorizer/src/main/java/net/tjado/passwdsafe/PasswdSafe.java#L1219 - this needs to be fixed. Pull Requests are highly welcome!

tejado avatar Feb 13 '23 09:02 tejado