Merge branch 'release/2.2.1' into develop

This commit is contained in:
Janek Bevendorff
2017-07-01 10:09:06 +02:00
10 changed files with 209 additions and 193 deletions

View File

@@ -317,7 +317,7 @@ bool AutoType::parseActions(const QString& sequence, const Entry* entry, QList<A
{
QString tmpl;
bool inTmpl = false;
m_autoTypeDelay = 0;
m_autoTypeDelay = config()->get("AutoTypeDelay").toInt();
for (const QChar& ch : sequence) {