Add UI to configure default auto-type delay

This commit is contained in:
Toni Spets 2017-06-28 18:37:16 +03:00 committed by Janek Bevendorff
parent 4ecd9e7e23
commit 1158294323
4 changed files with 41 additions and 6 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 = 25;
m_autoTypeDelay = config()->get("AutoTypeDelay").toInt();
for (const QChar& ch : sequence) {