| View previous topic :: View next topic |
| Author |
Message |
evandevon
Joined: 22 Apr 2008 Posts: 18
|
Posted: Thu May 22, 2008 5:06 pm Post subject: Send vs Sendraw vs Sendplay and looping |
|
|
Just for newbies who don't know this (like myself 10min ago), If you use say,
as a hotkey then when the 'text1' displays the '1' it will think that the button '1' has been pushed again and so you will get a loop of text like 'texttexttexttexttexttexttexttext...".
Or if you use
AHK will give you an error message saying something like.
"71 hotkeys have been received in the last 1109ms
Do you want to continue?"
Same thing applies for sendraw
Use:
Instead to print "text1"
OR
To print "1"
I don't really know why, even though I think I understand the help file.
Even though it sounds stupid to print "1" when you press the button 1 I have my reasons... _________________ Inventing problems that need solutions... |
|
| Back to top |
|
 |
Krogdor
Joined: 18 Apr 2008 Posts: 908 Location: The Interwebs
|
Posted: Fri May 23, 2008 12:13 am Post subject: |
|
|
| Either add #UseHook to the top of the script, or simply make the hotkey |
|
| Back to top |
|
 |
|