Hey all, Quick question, I am using several hotkeys in my script and currently have it setup to disable the hotkeys if the script does not have focus. However the specific hotkeys do not function in other programs or the OS when they are "disabled". It appears that AutoIt is still filtering the specific keys. Example: While 1 $CurWindowEx = WinGetTitle("active") If $CurWindowEx = "Search Tool" Then HotKeySet ("{F5}" ,"EndSearch") HotKeySet ("{Esc}", "UIClose") HotKeySet ("{F2}