Killzone21 Posted March 10, 2008 Posted March 10, 2008 am new to autoit and i was wondering if one of you pros could help me write a simple script. This script should press "left arrow key" and "right arrow key" very thousandth of a second or very millionth of a second. Seems very very simple right????? can one of u please help me write it!! pleaseeeeee
Swift Posted March 10, 2008 Posted March 10, 2008 You Mean: Send("{LEFT}{RIGHT}")? I don't get the millionth thing?
Killzone21 Posted March 10, 2008 Author Posted March 10, 2008 You Mean: Send("{LEFT}{RIGHT}")? I don't get the millionth thing?yes i mean send left and right arrow keys. The delay between each key should be a millionth of a second, or known as millisec. If u cant get that try thousandth of a second.the Delays between each keystroke should be 1/100 of a second or 1/1000 of a second. the smallest amount of delay you can, without making the delay 0.
ChrisL Posted March 10, 2008 Posted March 10, 2008 AutoIt is going as fast as it can.Not quite trueOpt("SendKeyDelay",1)The default is 5 milliseconds [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
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