Showing an arm control a joystick blueprint help

So I have a very basic blueprint which involves pressing a key then a joystick on the screen moves in that direction via an image.

So blueprint is simply key w to set brush, target is a variable for an image in the hud, default in the hud is a middle idle position image, then setting the the specific in brush image on set brush for the direction I’m pressing.

Then when key is released same logic going to idle position.

Problem is the key being released it is interfering with the direction it’s going and keeps forcing the joystick to go back to the middle due to the key being released being registered after I’m pressing the new key.

So I basically need the logic if I’m pressing another direction ignore the key release. Any help is greatly appreciated here’s a link to the blueprint.