Auto-Type: Increase max inter-type delay to 500 ms

This commit is contained in:
Jonathan White 2021-04-12 13:42:24 -04:00
parent 9fee79ea96
commit 5c709f0da3

View File

@ -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;