How to print/press '@' using keybd_event function?
To press 'a' code is - keybd_event(VkKeyScan(64),0,0,0); Releasing key code is - keybd_event(VkKeyScan(64),0,KEYEVENTF_KEYUP,0); For pressing '@' i need combination of two key - SHIFT & 2 , but i don't know how.
Aucun commentaire:
Enregistrer un commentaire