I wish to build my own application which can send keyboard commands(messages) to the Windows OS.
For example when I press the combination ctrl+shift+n, I wish to launch the notepad.exe . How can I do that? Do you have some advice for me about the concept used.
I ve read that is possible when are used keyboard hooks? That s the only way? Do you know a free and open-source application which does this as simple is possible?