diff --git a/roles/home-gui/files/test.js b/roles/home-gui/files/test.js deleted file mode 100644 index 0ccc95b..0000000 --- a/roles/home-gui/files/test.js +++ /dev/null @@ -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. -}