Rob van der Woude's Scripting Pages
Powered by GeSHi

Source code for lockswap.kix

(view source code of lockswap.kix as plain text)

  1. $counter = 0
  2. Do
  3. 	$rc = SendKeys( "{NUMLOCK}" );
  4. 	Sleep 1
  5. 	$rc = SendKeys( "{NUMLOCK}" );
  6. 	$rc = SendKeys( "{CAPSLOCK}" );
  7. 	Sleep 1
  8. 	$rc = SendKeys( "{CAPSLOCK}" );
  9. 	$counter = $counter + 1;
  10. Until $counter > 7
  11.  

page last modified: 2024-02-26; loaded in 0.0125 seconds