(view source code of lockswap.kix as plain text)
$counter = 0
Do
$rc = SendKeys( "{NUMLOCK}" );
Sleep 1
$rc = SendKeys( "{CAPSLOCK}" );
$counter = $counter + 1;
Until $counter > 7
page last modified: 2024-04-16; loaded in 0.0060 seconds