Jonathan White
Jonathan White
The temporary new entry issue has been a problem for many years.
Why do we need completions for keepassxc? If anything you should make them for keepassxc-cli
Possibly related to #10761
Have you tried a simple test with a text editor? Using global auto-type?
Hmmm I just tested entry-level auto-type on Windows and it worked fine. There is no real reason why Global Auto-Type would work but not entry-level.
I think this is caused by moving the start delay into the sequence builder. The builder doesn't get invoked with the entry level sequences thus you dont get a delay...
That is not related at all and most likely the website itself doing something dumb with Javascript on the login fields.
This is still something that needs a fix
Yah i made a bug, I moved the initial delay time to inside the typing loop, which unfortunately means the window switching control doesn't wait for the delay before determining...
Thank you we know what the problem is and working a solution.