Jump to content

Au3Recorder with Keyboard Timer?


MFighter
 Share

Recommended Posts

Hi all,

I was wondering whether some1 has a fix for the au3recorder so it would do

Send("D_Down")

Sleep(24536)

Send("D_Up")

instead of

Send("DDDDDDDDDDDDDDDD")

the upper syntax is incorrect ofc, but I hope you get what i mean.... ;-)

Thanks a lot in advance! ;)

Link to comment
Share on other sites

  • Developers

*push*

please?

If you mean you want the "repeat" to kick in for the D then keep on sending the D for the time you want.

JUst put the Send("d") in a loop ....

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

If you mean you want the "repeat" to kick in for the D then keep on sending the D for the time you want.

JUst put the Send("d") in a loop ....

no actually i miss the "sleep(x)" in general with the au3recorder....

Send("{a down}") ;Holds the A key down

Sleep(x)

Send("{a up}") ;Releases the A key

instead of

Send("aaaaaaaaa")

....

Link to comment
Share on other sites

  • Developers

no actually i miss the "sleep(x)" in general with the au3recorder....

Send("{a down}") ;Holds the A key down

Sleep(x)

Send("{a up}") ;Releases the A key

instead of

Send("aaaaaaaaa")

....

AU3Recoder is not made to generate a 100% working script. It a great way to get you started and just modify those itens that needs change.

Edited by JdeB

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

AU3Recoder is not made to generate a 100% working script. It a great way to get you started and just modify those itens that needs change.

lol, well it still would be a neat feature, cos timing is of essence and very hard to do by hand in some cases...
Link to comment
Share on other sites

  • Moderators

lol, well it still would be a neat feature, cos timing is of essence and very hard to do by hand in some cases...

If you care to search through my posts for this type of feature, I've posted options for this in the past...maybe advanced search + recorder or something.

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Link to comment
Share on other sites

If you care to search through my posts for this type of feature, I've posted options for this in the past...maybe advanced search + recorder or something.

thanks for your help, but sadly I didn't find such a thing when doing the proposed search....
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...