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

link|improve this question
feedback

closed as exact duplicate by DMA57361 May 16 '11 at 12:35

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

Here is the response : How can I define the cursor position in a AutoHotKey script?

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.