Select the entire event, right-click and change it to OR-block.
But I'm guessing the "On Space Pressed" should not be one of the conditions, it a trigger. So you need to move your conditions into a sub-event:
On Space Pressed
.... //sub-event
.... Condition1
.... OR Condition2
.... OR Condition3