Rudimentary auto type is working. Still some kinks on timing, etc.

This commit is contained in:
michael starke
2014-03-21 20:13:10 +01:00
parent 63f002aacd
commit 638f3ab9f9
7 changed files with 41 additions and 45 deletions

View File

@@ -20,11 +20,5 @@
@property (weak) IBOutlet NSButton *performAutotypeButton;
- (void)exectureAutotypeForEntry:(KPKEntry *)entry withWindowTitle:(NSString *)title;
/**
* Called by the selection window to start the autotype sequence
*
* @param sender sender of the action.
*/
- (IBAction)executeAutotypeWithSelectedMatch:(id)sender;
@end