Found a way around my controls issue

In this post, I mentioned a game where you pressed the spacebar to perform actions and had a limited amount of presses allowed. I was worried about rebindable controls, but I figured out a solution.

In my game, you will control a robot using an old (in-game) keyboard. The keyboard is so old the spacebar button is breaking down. Unfortunately, the spacebar also happens to activate the robot's important functions. So press it too many times and it will fall off. By default, you'll be pressing the spacebar on your real keyboard in order to press it on the in-game keyboard, but even if you rebind the control, the in-game character is still pressing the spacebar so it still counts. Or at least, I hope it counts.