I have the following autohotkey script:
::aaim::==aim{ENTER}int{ENTER}{ENTER}12{UP}{HOME}
which produces this:
==aim
int
12
however, to execute it I have to type aaim**SPACE** which then puts a space after where I want my cursor to be, like this:
==aim
int
|
12
How can tell autohotkey to not include the SPACE the executes the script?