I want to trigger a Macro inside a certain program wit a certain key combination.
I want to trigger a different Macro inside a different program with the same key combination.
So the key combination is situation sensitive in the end.
How can i manage that?
Thanks in advance.
Same Keys, different Programs
Re: Same Keys, different Programs
The easiest way is to assign different key combinations for different situations.
In this case, you will have several tasks for different algorithms.
But you can implement your algorithm:
A "Hot Keys" trigger launches your task. Once inside the task, you can analyze the necessary conditions and launch the applications you need.
To do this, you can use the "If..Then", "Else", "ElseIf Then" and other RoboTask actions.
This way, your task will be able to perform different actions and launch different applications depending on your conditions.
Another way
Look at the "Choice Dialog" action, which will prompt you to choose what to do next.
Then, using the "If..Then", "Else" and "ElseIf Then" actions, you can perform different actions depending on the choice.
In this case, you will have several tasks for different algorithms.
But you can implement your algorithm:
A "Hot Keys" trigger launches your task. Once inside the task, you can analyze the necessary conditions and launch the applications you need.
To do this, you can use the "If..Then", "Else", "ElseIf Then" and other RoboTask actions.
This way, your task will be able to perform different actions and launch different applications depending on your conditions.
Another way
Look at the "Choice Dialog" action, which will prompt you to choose what to do next.
Then, using the "If..Then", "Else" and "ElseIf Then" actions, you can perform different actions depending on the choice.
Oleg Yershov