diff 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
line wrap: on
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/old/spckeyguide.pl	Fri Oct 21 07:46:18 2011 -0700
     1.3 @@ -0,0 +1,5 @@
     1.4 +use Win32::GuiTest;
     1.5 +while(1){
     1.6 +sleep 100;
     1.7 +Win32::GuiTest::SendKeys("j");
     1.8 +}