Since the SendMessage method of sending input to a window is so limited, have the option of using the global SendInput method instead. It wouldn't target a specific window, but it may be compatible with a larger range of apps. This is essentially equivalent of the built-in Keyboard Press subaction, but with a nicer interface.
Since the SendMessage method of sending input to a window is so limited, have the option of using the global SendInput method instead. It wouldn't target a specific window, but it may be compatible with a larger range of apps. This is essentially equivalent of the built-in Keyboard Press subaction, but with a nicer interface.