#include Lib\AutoHotInterception.ahk AHI := AutoHotInterception() keyboard1Id := AHI.GetKeyboardId(0x04F2, 0x0112) cm1 := AHI.CreateContextManager(keyboard1Id) #HotIf cm1.IsActive ; Start the #if block ::aaa::JACKPOT 1:: { ToolTip("KEY DOWN EVENT @ " A_TickCount) return } 1 ...