mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-03 20:14:17 -04:00
Auto-Type: Increase max inter-type delay to 500 ms
This commit is contained in:
parent
9fee79ea96
commit
5c709f0da3
1 changed files with 1 additions and 1 deletions
|
@ -514,7 +514,7 @@ AutoType::parseSequence(const QString& entrySequence, const Entry* entry, QStrin
|
|||
return {};
|
||||
}
|
||||
|
||||
const int maxTypeDelay = 100;
|
||||
const int maxTypeDelay = 500;
|
||||
const int maxWaitDelay = 10000;
|
||||
const int maxRepetition = 100;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue