OK, I have a game where I want to remap the '=' key to the '`' key. It seems pretty straightforward, but if I make a console program it will be in the background and won't get the input. How do I make my program affect the iostream while it is in the background?