Search notes:

AutoHotKey sources

AutoHotKey.cpp contains the application's entry point tWinMain (compare crt0.c).
Debugger.cpp
hook.cpp is the source file thatn contains LowLevelKeybdProc(…) and LowLevelMouseProc(…).
script.cpp defines the entries of arrays with built-in functions and arrays.
script_object.cpp contains, among others, CreateFromArgV which is a helper function for WinMain.

Index