Additional action on each click?

Hi,
I'm trying to figure out if it is possible to get a TouchBar button to cycle through a list of actions, activating the next action on the list on each tap?

What I'm trying to achieve is to have buttons for window management where the first tap on a button would resize the window to left third, second tap to left two-thirds and so on.

The "Attach additional action" functionality seems to just allow running all of the defined actions with one tap.

you could use the same principle as described here: Toggle mousedown & mouseup

(using named triggers for the actions and using Apple Script + a BTT variable to remember the last action & trigger the next one)

1 Like