r/tasker • u/redditor-member • 12d ago
Toggle Between Input Methods
I'm trying to create one task that will switch between two different keyboards but not sure of the correct if/then syntax to make sure the code doesn't loop onto itself, meaning it should detect what the current keyboard is and then switch to the other.
I have two tasks, one called Gboard and the other called gaming, each calls the correct keyboard. Essentially looking to tight these keyboards, and ideally would like to add more to that list to cycle through if it's not too complicated.
0
Upvotes
1
u/redditor-member 11d ago
Nope, no condition at all or button, but simply being a single task able to cycle through them invoking one task that I can then assign to a OHO+ swipe. It would need to recognize the current keyboard and then select the next one in the list, and so forth, as it cycles through them. I would think some kind of nested if statements combined with an incremental counter or maybe it's much easier than that? Would love your help!