Jump to content

plz help , how i control the speed of autohotkey recorder


melissa
 Share

Recommended Posts

http://www.autoitscript.com/autoit3/docs/functions/Sleep.htm

Post a small sample of code that you think is running too fast and maybe one of us can add some "Sleep lines" for you to show you how/where it is done.

You might also want to change your topic title and your first post to read AU3Recorder instead of "autohotkey recorder" since autohotkey is another scripting tool and this is an AutoIt scripting forum.

[size="1"][font="Arial"].[u].[/u][/font][/size]

Link to comment
Share on other sites

umm, You would need the forum for AutoHotKey here: http://www.autohotkey.com/forum/

THe reason I say this is you reference AutoHotKey Recorder - that is not a AutoIt tool. If you are using the wrong name, and you mean the Macro recorder, then you are in the right place. Not that there is anything wrong with AutoHotKey. It will work just as well for most things as AutoIt. Hope this helps.

Link to comment
Share on other sites

...Macro recorder...

Not picking on you or the name "Macro recorder" - I'm just taking some time to point out some things included in the AutoIt and SciTE4AutoIt3 installations.

Start > Programs > AutoIt v3 > SciTE > ScriptWriter

(That starts AU3Record)

With an AU3 file open within the full SciTE4AutoIt3 version of SciTE,

Select Tools > AU3Recorder

(That starts AU3Record with the /o switch)

The code generated by the "AU3Recorder" is sent to SciTE with a comment line that mentions ScriptWriter

#region --- ScriptWriter generated code Start ---

With an AU3 file open within the full SciTE4AutoIt3 version of SciTE,

Select Tools > AutoItMacroGenerator

The code generated by the AutoItMacroGenerator is sent to SciTE with a comment line that mentions itself

#region --- AutoIt Macro Generator V 0.21 beta ---

Then there are several other recorders/wizards/tools...

There is even an exe named scriptwriter.

...\AutoIt3\SciTE\ScriptWriter\scriptwriter.exe

So, my point --- well, there ain't one really... just a bunch of "names" for the newbies to ponder.

[size="1"][font="Arial"].[u].[/u][/font][/size]

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...