Hotkey is stored in defaults

This commit is contained in:
michael starke
2014-08-08 18:34:38 +02:00
parent a4edd4a5c2
commit 55d5695676
6 changed files with 65 additions and 17 deletions

View File

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