I've made a program that runs in the background (No gui, no console, nothing), and I want to make it so that no matter what window is active, if I hit a keyboard shortcut (Lets say, ctrl + shift + alt + space + g), it executes some code. How would I do this?
PS. I'm pretty new to working outside of Forms and stuff, so the simpler, the better. :)