Stuffing key sequence with Javascript
Moderator: General Moderators
-
mikefrench
- Forum Newbie
- Posts: 1
- Joined: Thu Nov 23, 2006 11:29 pm
Stuffing key sequence with Javascript
I have a programming student who is trying to activate a TSR program from within javascript. He needs to stuff a key sequence like Ctrl-Q into the keyboard queue rather than require an operator to press that key sequence themselves. Any suggestions on how to do this? I have not worked in Javascript myself.