I have a program where I am wanting to send keystrokes to an RDP session. I have a low level keyboard hook in place where I hit "F12" for instance and it sends the keystrokes I specified in the program. This works wonderful locally while in any program but when I am in a windows RDP session, whether its full screen or not, it doesn't work.
Is this possible? Is there an alternative to SendKeys that may work?