Hi
I love autohotkey. Thanks for the great program.
Though I use autohotkey scrips regularly, one simple command is driving me crazy. Hope somebody will help.
I have a html page with many controls and one of them is defined like this:
<input type="text" name="textbox1" id="textboxid1" value="">
Now how can I move my keyboard focus to this control irrespective of where the focus is.
I am using this:
!q:: ;shortcut key
controlfocus, textbox1
I do not want to give window title, as I want to use the current window
Please help
Thanks