I've been working on a system that runs as a console application. But I can't figure out how to create custom hotkeys for it.
CTRL - C is the Console.CancelKeyPress
...
I'd like to add a custom hotkey like...
CTRL - S and have it run a function that I have in the code.
If anyone got any helpful tips or a basic layout for it please, feel free to reply.