Add delay feature to autotype (#77)

* Implement {DELAY=X} in autotype
This commit is contained in:
Jonathan White
2016-11-04 18:05:47 -04:00
committed by GitHub
parent ac108cd708
commit 753d1d50d0
2 changed files with 22 additions and 1 deletions

View File

@@ -69,6 +69,7 @@ private:
bool windowMatches(const QString& windowTitle, const QString& windowPattern);
bool m_inAutoType;
int m_autoTypeDelay;
Qt::Key m_currentGlobalKey;
Qt::KeyboardModifiers m_currentGlobalModifiers;
QPluginLoader* m_pluginLoader;