Hello, I need to create a program which can hadle key press while the window is inactive. Earlier I tried AutoHotKey but Windows Defender quarantined my program.
I'm working with clipboard. For example if I press Alt+n the program must change clipboard content and paste the text.
How can I detect key press and prgrammatically press keys?