mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-23 06:49:32 +00:00
Removed autosave of selection changes. Save only occurs on lock. Shutdown needs to be added too.
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
|
||||
#import "MPKeyTyper.h"
|
||||
#import "MPKeyMapper.h"
|
||||
#import "MPAutotypeDaemon.h"
|
||||
#import "MPAutotypeExecutionContext.h"
|
||||
|
||||
@implementation MPKeyTyper
|
||||
|
||||
@@ -53,7 +55,6 @@
|
||||
/* TODO: Evaluate postToPid */
|
||||
usleep(0.05 * NSEC_PER_MSEC);
|
||||
CGEventPost(kCGHIDEventTap, releaseKey);
|
||||
/* TODO: Evaluate postToPid */
|
||||
|
||||
CFRelease(pressKey);
|
||||
CFRelease(releaseKey);
|
||||
|
||||
Reference in New Issue
Block a user