diff --git a/MacPass/MPKeyTyper.m b/MacPass/MPKeyTyper.m index 55088af7..7a0b144e 100644 --- a/MacPass/MPKeyTyper.m +++ b/MacPass/MPKeyTyper.m @@ -52,7 +52,7 @@ /* Send the event */ CGEventPost(kCGHIDEventTap, pressKey); /* TODO: Evaluate postToPid */ - usleep(0.05 * NSEC_PER_MSEC); + usleep(0.025 * NSEC_PER_MSEC); CGEventPost(kCGHIDEventTap, releaseKey); CFRelease(pressKey);