You have multiple separate events that use the on X-pressed trigger condition with different actions.
You haven't excluded the conditions of each event from the others. Construct is trying to interpret your events but they are conflicting, causing your issues.
You'll also want to use a different button for jumping than the up arrow so you can have independent aiming and jumping.