Keyboard macros: Difference between revisions

m
No edit summary
Line 376:
}
Module Global myHelp {
Print "blaPress bla...F1 for help, F3 to enter password, F5 exit"
}
Fkey 1, "myHelp"
Fkey 3, "GetIt"
Fkey 5, {a$="---"}
myHelp
Print "Press F1 for help, F3 to enter password, F5 exit"
tries=0
Repeat {
Anonymous user