Anesthaesia
Technical User
Hi All,
I am using some code I found which records keystrokes to a log file.
What I would like to do now is format the log file to make it readable.
An output example would be:
"I needd[BKSPACE] too
I am using some code I found which records keystrokes to a log file.
What I would like to do now is format the log file to make it readable.
An output example would be:
"I needd[BKSPACE] too
[DEL] format the[BKSPACE]is"
Coded keystrokes are [UP][DOWN]
Coded keystrokes are [UP][DOWN]
[DEL][BKSPACE][ENTER]
The only way I can think of doing this is to read it in chr by chr, performing the keystrokes as it's read.
Any help would be great.
Cheers,
D
The only way I can think of doing this is to read it in chr by chr, performing the keystrokes as it's read.
Any help would be great.
Cheers,
D