Bumped Version. Added descriptions to autotype commands

This commit is contained in:
michael starke
2014-12-01 17:42:35 +01:00
parent 49c73afcfb
commit afb8c63d02
6 changed files with 19 additions and 4 deletions

View File

@@ -31,6 +31,10 @@
return self;
}
- (NSString *)description {
return [[NSString alloc] initWithFormat:@"%@: modifierMaks:%llu keyCode:%d", [self class], self.modifierMask, self.keyCode];
}
- (void)execute {
if(![self isValid]) {
return; // no valid command. Stop.