In AHK v1, you should end your (multi-line) hotkey subroutines with a
return. Otherwise, code execution will
fall through into following code.
(In v2, hotkeys are functions - and braces (
{ ...} ) would suffice.)
Statistics: Posted by gregster — 30 minutes ago