AutoHotkey: Comment Syntax
AutoHotkey has line comment syntax.
Comment start with SEMICOLON to end of line.
Anything in between is ignored.
; this is comment ; paste F3::Send "^v" ; comment can begin in mid of line
AutoHotkey has line comment syntax.
Comment start with SEMICOLON to end of line.
Anything in between is ignored.
; this is comment ; paste F3::Send "^v" ; comment can begin in mid of line