Quote Originally Posted by Doomy View Post
A keyboardevent is being sent but its not a %,
How do you know it?
keybd_event does not return any value (it is void) so it is impossible to know whether it succeeds or fails (note that Sendinput type is int and if it filed then GetLastError will give you the extended error info)