Autotype for a selected entry. WIP

This commit is contained in:
michael starke
2014-12-16 20:37:55 +01:00
parent 1f92e5aeef
commit 3eb98a516c
9 changed files with 101 additions and 83 deletions

View File

@@ -9,6 +9,7 @@
#import <Foundation/Foundation.h>
@class DDHotKey;
@class KPKEntry;
/**
* The autotype daemon is repsonsible for registering the globa hotkey and to perform any autotype actions
@@ -19,7 +20,8 @@
@property (weak) IBOutlet NSPopUpButton *matchSelectionButton;
@property (readonly, strong) DDHotKey *registredHotKey;
- (IBAction)executeAutotypeWithSelectedMatch:(id)sender;
- (void)performAutotypeForEntry:(KPKEntry *)entryOrNil;
- (IBAction)performAutotypeWithSelectedMatch:(id)sender;
- (IBAction)cancelAutotypeSelection:(id)sender;
@end