diff --git a/MacPass/MPAutotypeCommand.m b/MacPass/MPAutotypeCommand.m index 16175496..58632833 100644 --- a/MacPass/MPAutotypeCommand.m +++ b/MacPass/MPAutotypeCommand.m @@ -196,6 +196,7 @@ /* Send the event */ CGEventPost(kCGSessionEventTap, pressKey); + usleep(100000); CGEventPost(kCGSessionEventTap, releaseKey); CFRelease(pressKey);