#f:: ; Not hidden, hide it. IfWinExist, ahk_class EVERYTHING { WinClose, ahk_class EVERYTHING Return } ; Hidden or not running, send Everything's internal hotkey ; (Modify hotkey below to match whatever you've set as Everything's internal hotkey.) ; Sends Shift+Alt+F Send !+F ; Still not running, execute it. IfWinNotExist, ahk_class EVERYTHING ; (Modify path below, if required) { Run C:\Program Files\Everything\Everything.exe } Return