mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-23 05:29:26 +00:00
Autotype Hotkey refactorings
This commit is contained in:
@@ -197,7 +197,7 @@ NSString *const kMPApplciationNameKey = @"applicationName";
|
||||
};
|
||||
DDHotKey *storedHotkey;
|
||||
if(nil == self.hotKeyData) {
|
||||
storedHotkey = [DDHotKey hotKeyWithKeyCode:kVK_ANSI_M modifierFlags:kCGEventFlagMaskControl|kCGEventFlagMaskAlternate task:aTask];
|
||||
storedHotkey = [DDHotKey defaultHotKeyWithTask:aTask];
|
||||
}
|
||||
else {
|
||||
storedHotkey = [[DDHotKey alloc] initWithKeyData:self.hotKeyData taks:aTask];
|
||||
|
||||
Reference in New Issue
Block a user