summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2015-10-06 07:30:08 +0200
committerStanislaw Halik <sthalik@misaki.pl>2015-10-07 21:36:11 +0200
commit8885cbec8fba1207cdb09976611b93ac9cc8a289 (patch)
treefa1e9b568de45b4889dde76ac42fe7670e40bb46
parent69a6c3065d9e62a807bd9c506cdd19d504bc7d47 (diff)
shortcuts: sleep less, drop less keystrokes
-rw-r--r--opentrack/shortcuts.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/opentrack/shortcuts.cpp b/opentrack/shortcuts.cpp
index e20fa1c0..a3c0773b 100644
--- a/opentrack/shortcuts.cpp
+++ b/opentrack/shortcuts.cpp
@@ -107,7 +107,7 @@ void KeybindingWorker::run() {
}
// keypresses get dropped with high values
- Sleep(15);
+ Sleep(8);
}
}
#endif