2D Game Input Bug

So i have an input like this


And my blueprint looks like this
image
The problem is if i press both A and D buttons at the same time the character goes left. How can i make this if player presses both of the keys stop moving.

You could separate out the events

But now the action events are

image

instead of 2D.

Mine was already 1D, was i doing it wrong?

No, you had it right :slight_smile: ( that was the first person default )