mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Auto-Type: Increase max inter-type delay to 500 ms
This commit is contained in:
parent
9fee79ea96
commit
5c709f0da3
@ -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…
Reference in New Issue
Block a user