Reverted
This commit is contained in:
parent
ee9ad9d859
commit
83a7edb73f
1 changed files with 0 additions and 7 deletions
|
@ -1,7 +0,0 @@
|
||||||
// Test the keyboard.
|
|
||||||
var WshShell = WScript.CreateObject("WScript.Shell");
|
|
||||||
while (1) {
|
|
||||||
WshShell.SendKeys('{SCROLLLOCK}');
|
|
||||||
WshShell.SendKeys('{SCROLLLOCK}');
|
|
||||||
WScript.Sleep(1000 * 60 * 4); // 1000ths of a second.
|
|
||||||
}
|
|
Loading…
Reference in a new issue