Is there a simple way to 'Release all Keys'?

Is there a simple way to release all keys?

I've got a fairly long KM routine that has a bunch of sub-macros and nested palettes and user inputs.

Somewhere in the mix, keys are to be not releasing.

Is there an single action to release them all at once?

No. Although if the macro completes, all the keys will be released, so if you use an Execute Macro Asynchronously (which will effectively start a new macro instance), and then let your macro finish, that would accomplish this.

1 Like