Bug Report: Modifier Key Pressed Detection

Hello, I have a macro like this:

I run the macro with the "modifier key" pressed, the "alert" action is not triggered.

If I place the "click" action before "modifier key pressed detection", the "click" action will reset the key status.

If I change the click to move, it's ok.

How can I make the first case do the same with the second case?