Started creation of Autotype out of normalized command strings

This commit is contained in:
michael starke
2014-02-19 19:45:00 +01:00
parent 24d0c3a6ee
commit 7f16310a4d
8 changed files with 69 additions and 16 deletions

View File

@@ -48,7 +48,7 @@
KPKWindowAssociation *association = [entry.autotype windowAssociationMatchingWindowTitle:windowTitle];
context = [[MPAutotypeContext alloc] initWithWindowAssociation:association];
}
if(context) {
if([context isValid]) {
[contexts addObject:context];
}
}