Comment
|
Sorry, you are being caught on one of the few escape
characters used in the keying sequences...
You can use the TEACTION PUTFIELD row column "data" as an
alternative, or simply use two @ signs together to represent
the @.
The @ sign is a "EHLLAPI" escape, used to represent things
like tabs-- the [tab] is more friendly than @t, so people
tend to use it, but the @ sign remains in the keystroke
processor for the more terse-minded.
So, quick fix:
<TEACTION ENTER "@@njtmol[tab][tab]password[enter]"
SKIPSCAN>
|