Collection of modifiers and subsequent key presses implemented

Extended tests for command creation
This commit is contained in:
michael starke
2014-03-21 01:56:45 +01:00
parent 6446e2ab94
commit 21ffd01f2b
4 changed files with 64 additions and 35 deletions

View File

@@ -17,5 +17,6 @@
@property (assign) CGKeyCode keyCode;
- (instancetype)initWithModifierMask:(CGEventFlags)modiferMask keyCode:(CGKeyCode)code;
- (instancetype)initWithModifierMask:(CGEventFlags)modiferMask character:(NSString *)character;
@end