I was facing the same issue and the solution i found, like eses mentions, is to use GetButtonDown.
In my case I used GetKeyDown and GetKeyUp aswell, though I’m sure there’s a better solution than getting all these key inputs and bools, it should work.