mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 11:42:30 +00:00
Upped build number. Fixed typos in documentation
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user