The \w autotype sequence appears to not wait the correct duration of time
Popular easy-to-use and secure password manager
Brought to you by:
ronys
Platform: Windows using Password v3.42.01
The sequence \u\n\W3\p\n will autotype the username and password on separate lines (for example autotyping into Notepad) with a delay of 3 seconds before typing the password.
The sequence \u\n\w3000\p\n should work exactly the same way as the above sequence because 3000 milliseconds is the same a 3 seconds, but on autotyping this sequence into Notepad, the delay before the password is typed appears to be less than 3 seconds. This could be due to a parsing error when \w is used.
As the Help file says, the format of the \w and \W autotype field is "\wNNN or \WNNN". It also states that “NNN is limited to a maximum of three digits”.
It is working as documented - the wait time produced is 300 milliseconds. For delays greater than 999 milliseconds, the only option is in whole seconds with the capital W.
Last edit: DrK 2017-05-17
Okay, my mistake.
Thanks.