Possible Duplicate:
How can I define the cursor position in a AutoHotKey script?
Following to my precedent question,
How to set the focus when I use a snippet with autohotkey ?
If my snippet is :
for (int i = 0; i < collection.Count; i++)
{
// I want to set the cursor here
}
I want to set the cursor between two braces. Is it possible ?
Regards,
Florian