Blastblood 0 Posted June 15, 2010 "Send" command is typing fast but i want the text appear instantly. I tried "opt("SendKeyDelay", -1 )" but i couldn't see much difrence. Then, I tried this : hotkeyset("{pgdn}","bok") func bok() ControlSetText("", "", "", "TEXTtextTEXTtext" ) endfunc while(1) wend When i open a notpad and press the pagedown button which runs the func, the text appears. And other Windows blanks it appears. But on firefox and other applications like this, it does nothing when i press the key on a blank. Is there any other way to type the text instantly? Share this post Link to post Share on other sites
Tvern 11 Posted June 15, 2010 You can ClipPut() the text into the clipboard and then paste it where you want it. If you choose to do so it's best to first save the original contents of the clipboard and restore them afterwards. Share this post Link to post Share on other sites