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

@@ -12,6 +12,10 @@
@implementation MPAutotypeClear
- (NSString *)description {
return [[self class] description];
}
- (void)execute {
CGKeyCode keyCode = [MPKeyMapper keyCodeForCharacter:@"A"];
if(keyCode == kMPUnknownKeyCode) {