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