annotate old/spckeyguide.pl @ 9:477c36226481 tip

added old scripts for historical interest.
author Robert McIntyre <rlm@mit.edu>
date Fri, 21 Oct 2011 07:46:18 -0700
parents
children
rev   line source
rlm@9 1 use Win32::GuiTest;
rlm@9 2 while(1){
rlm@9 3 sleep 100;
rlm@9 4 Win32::GuiTest::SendKeys("j");
rlm@9 5 }