How to record/simulate an arrow key press ?
Hi,
I need to record software simulation with the use of :
- arrow keys (for field/menu entry selection),
- Return key (for choice validation).
Capturing the screen is, of course, not a problem, as I do it manually.
What I have not found is : how to simulate an arrow key press.
Ie : the lesson user is tell to "Press the Down Arrow key to enter the xxxxx menu." and have to do it...
I've tried to use Text Field, with blank Answer and with the Down Arrow Key as validation key, but it does not work...
Thanks.