summaryrefslogtreecommitdiffhomepage
path: root/opentrack
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2015-10-11 06:54:45 +0200
committerStanislaw Halik <sthalik@misaki.pl>2015-10-11 06:54:45 +0200
commit9ba347dc2bcb955f81841d76011612bede781ede (patch)
tree4e8e719204749d8513f9daf6cb0c8dca20299dc7 /opentrack
parentf60c53b27e1afab06786161b84d13154564d996a (diff)
shortcuts: fix short keypresses
Issue: #253
Diffstat (limited to 'opentrack')
-rw-r--r--opentrack/shortcuts.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/opentrack/shortcuts.cpp b/opentrack/shortcuts.cpp
index a3c0773b..ba2b7c8e 100644
--- a/opentrack/shortcuts.cpp
+++ b/opentrack/shortcuts.cpp
@@ -107,7 +107,7 @@ void KeybindingWorker::run() {
}
// keypresses get dropped with high values
- Sleep(8);
+ Sleep(4);
}
}
#endif