How to run next macros in line once previous is finished?
Ex: lets say run macro 4 after macro 3 is done
Is it possible to force KeyBoardMaestro to ignore button background. I use macros online at Twitter and Tumbler and sometimes they slightly change background but image stays the same, but unfortunately KeyBoardMaestro stops working until I update image?
Is it possible for KeyBoardMaestro to click on specific button-html code instead of just clicking on image?
Easy. Just put the "Execute Macro" Action at the last Action in each Macro. See the "Execute" Action Category.
Not that I know of. I have dealt with this type of issue by using a series of nested If Then Else Actions, with a Find Image on Screen action with the different buttons in each If Then Else.
It is better to post independent questions as independent topics. Otherwise the topic becomes very confusing and the answers are all jumbled and the information is less useful to people in the future searching for the same sort of problem.
I’ll stick to the first one, macro queues. Please post the other questions in new topics, and then they can be answered there.
A macro can execute another macro using the Execute Macro action.
There is no UI for you to select multiple macros and have them execute sequentially.
You can execute macros via AppleScript, so it would be possible to create a script that listed a set of names and let you select a set of macros and then executed them.
Or you could perhaps have a macro that asked you for which macros you wanted to execute and then execute each of them, but you would need to specify each macro and choose which Execute Macros to perform.