Is there a way to create a trigger that activates a menu immediately after opening a window (without the need to hit a shortcut)?
Thank you; but with this method the menu is triggered every time I click outside the window and come back again! Any solution?
Yes. Use the KM If Then Else action to test for the conditions where you want to continue the macro.
inside the If Then Else, you could use a Variable as a condition, so the trigger run only when the variable is X value.
if you share what you got so far you can get a more focused advice.
I admit that all these options are beyond my horizon at the moment - what I need is a menu selection only if the menu is checked (to make it unchecked, see screenshot).
you can do something like:
Thank you very much - I got it now! (F1 being the keyboard shortcut for the respective menu selection. I had to use this workaround since the menu selection itself would produce a double trigger, I don't know why....)