diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2015-10-06 07:30:08 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-10-06 08:07:10 +0200 |
| commit | 82c3f7b913643a7f7512b0c6736e9d76bde883ae (patch) | |
| tree | 227786dae39b6000a367e0b8615dfffe9720d825 | |
| parent | d569546d6bee9a6942551ac5d71b4ce569f58448 (diff) | |
shortcuts: sleep less, drop less keystrokes
| -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 |
