{DELAY} now get corret values assinged

This commit is contained in:
michael starke
2014-08-21 00:29:46 +02:00
parent 9458c5f8a0
commit e20e6419fc
2 changed files with 36 additions and 10 deletions

View File

@@ -56,6 +56,9 @@
XCTAssert([commands[2] isKindOfClass:[MPAutotypePaste class]]);
XCTAssert([commands[3] isKindOfClass:[MPAutotypeKeyPress class]]);
context = [[MPAutotypeContext alloc] initWithEntry:entry andSequence:@"{DELAY=5}{VKEY-NX 1}{VKEY-EX 200}{DELAY 5}{VKEY 300}"];
commands = [MPAutotypeCommand commandsForContext:context];
context = [[MPAutotypeContext alloc] initWithEntry:entry andSequence:@"^T{USERNAME}%+^{TAB}Whoo{PASSWORD}{ENTER}"];
commands = [MPAutotypeCommand commandsForContext:context];