Rem ax = WaitKey()If x = 65 Then KeyPress "A", 1Delay 100KeyPress "a",1End IfIf x = 66 Then KeyPress "b", 1 Delay 100 KeyPress "b",1End IfGoto a