mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 17:32:17 +00:00
progress on searching auto type candidates
This commit is contained in:
17
MacPass/MPAutotypeKeyPress.m
Normal file
17
MacPass/MPAutotypeKeyPress.m
Normal file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// MPAutotypeSpecialKey.m
|
||||
// MacPass
|
||||
//
|
||||
// Created by Michael Starke on 24/11/13.
|
||||
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
|
||||
//
|
||||
|
||||
#import "MPAutotypeKeyPress.h"
|
||||
|
||||
@implementation MPAutotypeKeyPress
|
||||
|
||||
- (void)execute {
|
||||
|
||||
}
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user