Certain input key combinations are not recognized in-game

Hi, in our game we had the F key for the player to check their watch and hold Shift to sprint, but for some reason, while holding Shift our character wasn’t reading the F key at all, changing the input to any other key works but Shift+F is not recognized.
We had a temporary solution to this by changing the input key to check the watch from F to C.

Another combination we found was CTRL+E.
I’m not sure if this is a bug or if we’re missing something but I was able to reproduce this issue in a blank project as well.

Solution for anyone having a similar issue: Input Action Get nodes also block input, untick “Consume input” in the Get Node’s details.