Rex Mundi Posted May 20, 2006 Posted May 20, 2006 Hi there, Im new to both this forum and to AutoIt in general. But I hope I can get a good kick start to the program, by using this forum.. Here is my first and only question. yet.. Is there a way to regulate the speed of the text written, when I use the "send" command? E.g.: send ("Hello world") If I want to write a long string of text, I thing it takes forever.. so I want to speed thinks up at bit :"> Well, I hope someone have an answer for me.
MHz Posted May 20, 2006 Posted May 20, 2006 Welcome, Have a look at Opt in the index of the helpfile for Opt("SendKeyDelay", 5) Change the default speed of 5 to your speed needed. Smaller the number, the faster Send will operate.
ChrisL Posted May 20, 2006 Posted May 20, 2006 (edited) AutoItSetOption ( "SendKeyDelay" ,1 ) Edit: Too slow Edited May 20, 2006 by ChrisL [u]Scripts[/u]Minimize gui to systray _ Fail safe source recoveryMsgbox UDF _ _procwatch() Stop your app from being closedLicensed/Trial software system _ Buffering Hotkeys_SQL.au3 ADODB.Connection _ Search 2d Arrays_SplashTextWithGraphicOn() _ Adjust Screen GammaTransparent Controls _ Eventlogs without the crap_GuiCtrlCreateFlash() _ Simple Interscript communication[u]Websites[/u]Curious Campers VW Hightops Lambert Plant Hire
Rex Mundi Posted May 20, 2006 Author Posted May 20, 2006 (edited) Thanks a lot for the fast reply.. I guess that the default is 5 if you don't use the ("SendKeyDelay", 1) option. Edited May 20, 2006 by Rex Mundi
w0uter Posted May 20, 2006 Posted May 20, 2006 (edited) clipput('Hello world') send('^v') Edited May 20, 2006 by w0uter My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll
Administrators Jon Posted May 20, 2006 Administrators Posted May 20, 2006 Rex Mundi. Not heard that name for ages
Rex Mundi Posted May 20, 2006 Author Posted May 20, 2006 Rex Mundi. Not heard that name for ages I took this nick looong time ago.. I guess I thought it was cool at that time.. It is indeed a very ancient name.. I guess you know what it means, and that it is very ambiguous..
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now