Upped build number. Fixed typos in documentation

This commit is contained in:
michael starke
2014-12-02 20:53:20 +01:00
parent afb8c63d02
commit abdd20eff5
2 changed files with 4 additions and 4 deletions

View File

@@ -118,7 +118,7 @@
NSRange commandRange = [rangeValue rangeValue]; NSRange commandRange = [rangeValue rangeValue];
/* All non-commands will get translated into paste commands */ /* All non-commands will get translated into paste commands */
if(commandRange.location > lastLocation) { if(commandRange.location > lastLocation) {
/* If there were modifiers we need to use the next single stroke and make update the modifier command */ /* If there were modifiers we need to use the next single stroke and update the modifier command */
if(collectedModifers) { if(collectedModifers) {
NSString *modifiedKey = [context.evaluatedCommand substringWithRange:NSMakeRange(lastLocation, 1)]; NSString *modifiedKey = [context.evaluatedCommand substringWithRange:NSMakeRange(lastLocation, 1)];
MPAutotypeKeyPress *press = [[MPAutotypeKeyPress alloc] initWithModifierMask:collectedModifers character:modifiedKey]; MPAutotypeKeyPress *press = [[MPAutotypeKeyPress alloc] initWithModifierMask:collectedModifers character:modifiedKey];
@@ -283,12 +283,12 @@
return; // Done return; // Done
} }
else if([kKPKAutotypeVirtualKey isEqualToString:command]) { else if([kKPKAutotypeVirtualKey isEqualToString:command]) {
NSLog(@"Virutal key strokes aren't supported yet!"); NSLog(@"Virtual key strokes aren't supported yet!");
// TODO add key // TODO add key
} }
} }
else { else {
NSLog(@"Unable to value part in command:%@", commandString); NSLog(@"Unable to parse value part in command:%@", commandString);
} }
} }
else { else {

View File

@@ -62,7 +62,7 @@
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>2542</string> <string>2548</string>
<key>LSMinimumSystemVersion</key> <key>LSMinimumSystemVersion</key>
<string>${MACOSX_DEPLOYMENT_TARGET}</string> <string>${MACOSX_DEPLOYMENT_TARGET}</string>
<key>NSHumanReadableCopyright</key> <key>NSHumanReadableCopyright</key>