I want this AutoHotKey script:
::aaim::
(
==aim
2010
2
){Left}{Up}
to output this:
==aim
2010
|
2
but it outputs this instead:
==aim
2010
2{Left}{Up} }|
(where "|" is the cursor)
How can I get it to print the first version?
|
I want this AutoHotKey script:
to output this:
but it outputs this instead:
(where "|" is the cursor) How can I get it to print the first version?
| |||
|
feedback
|
|
This should work:
In action:
| |||||||||||||||
feedback
|