From 82c3f7b913643a7f7512b0c6736e9d76bde883ae Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 6 Oct 2015 07:30:08 +0200 Subject: shortcuts: sleep less, drop less keystrokes --- opentrack/shortcuts.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opentrack') 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 -- cgit v1.2.3