Consume Input of Axis Mapping?

Hey, i have an axis mapping on key X, and i am adding another input event on Ctrl+X

Both work but the problem is that the axis mapping is still getting triggered even when Ctrl is pressed (the input is not getting consumed)

How can i consume the input and avoid the axis event from getting triggered?
Bool check is not an option because it’s hurting performance

true that. thanks for pointing out.
do you have a performance-friendly way in mind to reimplement that that without axis mapping and event tick?

please transfer that from a comment to an answer so i can mark it as solved

Axis are always been triggered, because they provide the 0 as a posible value for the axis.