xxShaneOmac Posted April 2, 2006 Report Share Posted April 2, 2006 I just downloaded macro express 3 something. Well the only thing i want to do is have the macro press f1 every 120 seconds I want it to do this tell i tell it to stop. I want it to do it on a window or program no matter if it is minimzed or maximised or selected or what not. do you guys understand? help me please Quote Link to comment Share on other sites More sharing options...
Computer Slave Driver Posted April 4, 2006 Report Share Posted April 4, 2006 Try this and see if it works for you: Repeat Start (Specify how many times you want to loop) Activate Window: Launch your application or Program Delay 120 Seconds Text Type <F1> Repeat End You can also create a infinate loop if you wish using and If Logic Statement. Quote Link to comment Share on other sites More sharing options...
kevin Posted April 4, 2006 Report Share Posted April 4, 2006 Here's another suggestion. Create a scheduled macro. Set the schedule so it runs every 120 seconds. In the properties for the macro set the nickname to something (perhaps 'Every 120'). In the macro put a Text Type F1 command. When you have finished writing the macro, click OK to return to the Macro Explorer window. Within Macro Explorer, highlight the macro and disable it. Then create two other macros. In the first macro enter the command 'Macro Enable: "Every 120"'. In the second macro enter the command 'Macro Disable: "Every 120"'. Use one macro to start the scheduled macro and use the other one to stop it. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.