diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-10-11 06:54:45 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-10-11 06:54:45 +0200 |
commit | 9ba347dc2bcb955f81841d76011612bede781ede (patch) | |
tree | 4e8e719204749d8513f9daf6cb0c8dca20299dc7 /opentrack | |
parent | f60c53b27e1afab06786161b84d13154564d996a (diff) |
shortcuts: fix short keypresses
Issue: #253
Diffstat (limited to 'opentrack')
-rw-r--r-- | opentrack/shortcuts.cpp | 2 |
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 |