Jump to content
Macro Express Forums

Need Some Help!


Lighthammer

Recommended Posts

I wanna make a Macro that press the Up arrow key for x(dont realy matter) amount of sec every 3 min for like how long i want (need it for a program, think i know how to choose that specific program).

So if someone can tell me how im gonna do it it would be nice.

 

Tried several times myself, but i cant get it working =(

Link to comment
Share on other sites

Just shooting from the hip:

 

There is no text type command to hold an arrow key down like Shift Down so I reckon the best you can do is to have a repeat. In the repeat you would have a Text Type that would enter the Arrow Up and then have a 100mS delay or whatever. Before that you would ask the user for how many seconds and then multiply that time 10 (or inverse of the delay time if it’s variable) and have it repeat that many times. Then have that in a repeat loop that has a 3 minute delay so it runs every three minutes. Or better yet use the scheduler to fire it ever 3 minutes.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...