diff --git a/AutoHotkey64.ahk b/AutoHotkey64.ahk index 6bf1f93..7c4c778 100644 --- a/AutoHotkey64.ahk +++ b/AutoHotkey64.ahk @@ -85,7 +85,13 @@ LControl & LWin Up::{ if(!ProcessExist(Process.FlowLauncher)) { Tippy("It's dead, Jim") Run(Paths.FlowLauncher) - Sleep 1500 + Sleep 2500 + } + + ; if Start menu is open, turn it off + if(WinActive("ahk_class Windows.UI.Core.CoreWindow")) { + Send "{Esc}" + Sleep 500 } Send "#{F10}" }