I'm using C#.
I have process file and I can send via PostMessage for example button 'W'.
I have idea how to make shortcut -> I want to spam each milisecond button "CTRL" (works for button "S" cuz I checked it) and then send "W" button.
But my problem is I don't know how to send 'CTRL" via PostMessage
Any suggestions?