"Show palette for one action" a number of times

Hello everyone. Is this possible? I expect to hit, e.g "H", and the palette shows again. I have this configuration but the palette is shown only once.
I will appreciate any suggestions.

The action activates the palette, but does not wait for it to be handled. So repeating it three times is not going to work.

You would need to activate it, and then wait for it to be dismissed and then activate it again. There is no obvious way to do that. You could perhaps set a count of the remaining palettes, and then at the end of each of the macros (Haskell and Programming by numbers) decrement the count and conditionally show the palette again.

1 Like