On Thu, 3 Oct 2013, Floidranzil Costa wrote:
It would be kind of you if you would be able to explain process/steps of capturing the required keystrokes that I wanted (y,Q) to use with the -cmd_log option, and then replaying them with the -cmd_script option.
to use the -cmd_log option to log the keystrokes you use during a session, just start lynx with the -cmd_log=FILE option, where FILE is the desired filename of the keystroke log. for example: msmart@leftshoe:~$ lynx -cmd_log=logfile1 this will start a browsing session. your keystrokes during this session will be logged in a file named logfile1. after quitting the session, you can start a scripted session, using logfile1 as the script, like this: msmart@leftshoe:~$ lynx -cmd_script=logfile1 i hope this helps you. -wes _______________________________________________ Lynx-dev mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lynx-dev
