I want to receive keyboard events without focus. my application is a background application and should send a space to another application when the user press CTRL + space in any application. I use .NET and I use C # as a language.
You will need to create a global keyboard hook .