view 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 source
1 use Win32::GuiTest;
2 while(1){
3 sleep 100;
4 Win32::GuiTest::SendKeys("j");
5 }