Can BTT "wait for keypress before continuing"?

I want to pause a series of actions, trim a video screen capture, and then continue the remaining actions (involving renaming etc).

Is there an action that can wait/block for a key combo to continue? If not some Applescript or JS that I could use?

I'd rather recommend to split up your action sequences. However I think you can get something like this working using the "wait for conditions to become true" action:

You need to add a condition that is based on the curently_pressed_keyboard_keys variable (in the example it waits for key code 55, which is cmd)

1 Like

THAT IS BRILLIANT :pray:

1 Like