Cool to see a Monogame entry, unfortunately the pong game was the only one I could actually open. It looks like the issue is the input logic running every frame, I'd recommend storing the keyboard state from one update to the next so you can compare to see if a new key is pressed.