progress on searching auto type candidates

This commit is contained in:
michael starke
2013-11-25 02:39:22 +01:00
parent 4173141108
commit 839c87102c
11 changed files with 317 additions and 187 deletions

View File

@@ -8,9 +8,13 @@
#import <Foundation/Foundation.h>
@class KPKEntry;
/**
* The autotype daemon is repsonsible for registering the globa hotkey and to perform any autotype actions
*/
@interface MPAutotypeDaemon : NSObject
- (void)exectureAutotypeForEntry:(KPKEntry *)entry withWindowTitle:(NSString *)title;
@end