A strange situation with ActionManager

Good day. I encountered a strange situation.
When the keys “A” and “W” are pressed and then “Space” is pressed, the code inside “if(inputMap[“Space”]){…}” is not executed. If you use other combinations simultaneously pressing “W, D, S” and pressing “Space” the code inside the condition is executed.

Is there a way to bypass this behavior?

for me it’s the opposite,

W+A+Space works & W+A+D+Space works
W+A+S+D+Space doesn’t

can you confirm in the case that it doesn’t work for you, if all they keys get console logged in this PG?

if not it’s prolly just ghosting on your keyboard : O

1 Like

Isnt this a keyboard buffer thing. I can hold any 3 keys and space is not working. For dleon the buffer probably only allows 2.

2 Likes

ye it be called jamming (not ghosting, I was confused) : O

3 Likes

Thank you very much. I checked it on the built-in keyboard of the laptop, it really works there. I couldn’t even imagine that such a problem could arise in 2025)))

1 Like

Most typing keyboards only have channels for three buttons to be pressed at once. You need to get a higher quality or gaming keyboard they usually support 6 or more channels.

2 Likes