This commit is contained in:
Anthony Rose 2023-05-23 14:28:14 +01:00
parent ee9ad9d859
commit 83a7edb73f

View file

@ -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.
}