You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted fill the form with auto-typing which have a card number field as 3 separated input fields.
So I created custom attributes that named 'CardNumber1', 'CardNumber2' and 'CardNumber3'
with Auto-Type sequence {S:CardNumber1}{TAB}{S:CardNumber2}{TAB}{S:CardNumber3}{ENTER}.
Current Behavior
With the above configuration if I launch auto-typing the following error message will be shown: The syntax of your Auto-Type statement is incorrect
Is there any reason why numeric characters are not included in the regexp pattern
normalCommands
atAutoType::checkSyntax()
?I'm referring the source code: https://github.com/keepassxreboot/keepassxc/blob/develop/src/autotype/AutoType.cpp#L655
Expected Behavior (Why I am asking this)
I wanted fill the form with auto-typing which have a card number field as 3 separated input fields.
So I created custom attributes that named 'CardNumber1', 'CardNumber2' and 'CardNumber3'
with Auto-Type sequence
{S:CardNumber1}{TAB}{S:CardNumber2}{TAB}{S:CardNumber3}{ENTER}
.Current Behavior
With the above configuration if I launch auto-typing the following error message will be shown:
The syntax of your Auto-Type statement is incorrect
Debug Info
KeePassXC - 2.3.0
KeePassXC - Version 2.3.0
Revision: a06e85f
Libraries:
Operating system: Arch Linux
CPU architecture: x86_64
Kernel: linux 4.15.6-1-ARCH
Enabled extensions:
The text was updated successfully, but these errors were encountered: