From 5c709f0da3bcbd94b5fdcf05f7d359a53af4c947 Mon Sep 17 00:00:00 2001 From: Jonathan White Date: Mon, 12 Apr 2021 13:42:24 -0400 Subject: [PATCH] Auto-Type: Increase max inter-type delay to 500 ms --- src/autotype/AutoType.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/autotype/AutoType.cpp b/src/autotype/AutoType.cpp index d23300dc5..85b725df6 100644 --- a/src/autotype/AutoType.cpp +++ b/src/autotype/AutoType.cpp @@ -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;