diff options
-rw-r--r-- | scripts.ahk | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/scripts.ahk b/scripts.ahk index 3e9c222..cb2d0f2 100644 --- a/scripts.ahk +++ b/scripts.ahk @@ -77,17 +77,12 @@ return ; Sleep -^+F12 Up:: +<^>!+F12 Up:: Sleep, 600 DllCall("PowrProf\SetSuspendState", "int", 0, "int", 0, "int", 0) return -+F12 Up:: -Sleep, 600 -SendMessage,0x112,0xF170,2,,Program Manager ; turn off monitor -return - -^F12 Up:: +<^>!F12 Up:: Sleep, 600 Run, %A_WinDir%\system32\Mystify.scr /s ; start screen saver return |