From 13f5d28b018ca941407764b684ad812d33f7da15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Sat, 31 Oct 2020 23:13:50 +0100 Subject: add screen saver hotkey --- scripts.ahk | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'scripts.ahk') diff --git a/scripts.ahk b/scripts.ahk index 605fad2..5d4b945 100644 --- a/scripts.ahk +++ b/scripts.ahk @@ -60,6 +60,11 @@ Sleep, 600 SendMessage,0x112,0xF170,2,,Program Manager ; turn off monitor return +^F12 Up:: +Sleep, 600 +Run, %A_WinDir%\system32\ssstars.scr /s ; start screen saver +return + ; Library --------------------------------------------------------------------- <> -- cgit v1.2.3