From 83a7edb73f8dd012549daf8767acdab8733096df Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Tue, 23 May 2023 14:28:14 +0100 Subject: [PATCH] Reverted --- roles/home-gui/files/test.js | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 roles/home-gui/files/test.js 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. -}