comparison 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
comparison
equal deleted inserted replaced
8:a37863126396 9:477c36226481
1 use Win32::GuiTest;
2 while(1){
3 sleep 100;
4 Win32::GuiTest::SendKeys("j");
5 }