I'm trying to assign KM to toggle between two menu commands:
I want KM to look in that menu, and if Voice Colors is NOT enabled, it should enable it.
Conversely, if Voice Colors IS enabled, it should select None. Seems straightforward, so I created an If Then Else action:
Well, the first part of the action is failing. If Voice Colors is NOT enabled, when I hit the trigger, nothing happens. But if I manually enable Voice Colors, then hit the trigger, KM does select None (as it should).
So, clearly KM can access the menu, as it's able to select ONE of the two items. But it won't select the OTHER one.
Also, I just disabled this action and created a new, basic one that simply selects "Voice Colors" (with no If/Then)—and it works. So, once again, KM knows where the menu is, and it's able to select that item. But it won't select it when it's embedded within the If Then Else action.
So, I'm stumped. Are there any known issues with the If Then Else action? If not, any other suggestions?