diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-10-06 07:30:08 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-10-07 21:36:11 +0200 |
commit | 8885cbec8fba1207cdb09976611b93ac9cc8a289 (patch) | |
tree | fa1e9b568de45b4889dde76ac42fe7670e40bb46 /opentrack | |
parent | 69a6c3065d9e62a807bd9c506cdd19d504bc7d47 (diff) |
shortcuts: sleep less, drop less keystrokes
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 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 |