Passing through the original keystroke

Complete KM noob here, so please be gentle.

I’m trying to setup a macro to do the following. If I hit the hotkey (Ctrl-Shift-S) I have defined for my screenshot application (Clarify), and the application is not active, activate it and then send the original hotkey.

What I have so far is:

If all the following are true:
This application:
Clarify
is not running

execute the following actions
Activate Clarify
Pause until all of the following are true
This application:
Clarify
is running
Type the keystroke Ctrl-Shift-S

otherwise
no action

But the Ctrl-Shift-S never seems to be triggered after Clarify is running.

Any help would be greatly appreciated.

The typed keystroke is probably triggering in the KM Macro again.

Try this:

Pause until all of the following are true   
   This application:  Clarify is running

Pause 0.2   //ADDED (may not be needed)

Disable Macro ‘The Name of Your Macro’   //ADDED

Type the keystroke Ctrl-Shift-S

Pause 0.2   //ADDED
Enable Macro ‘The Name of Your Macro’   //ADDED

###OR

You can use a different trigger for your Macro.