Thanks for the reply. I seems to work just once after that nothing happens. I remember something about ending a function once ran...
Actually it could be something else. Because I noticed that the key I want to send "V" for Spacebar is only sending a pause not a play. In Premiere it should send both. So maybe it is working. I am testing right now. Thanks
However...
works like a charm! 
Great info @Kevin, @tanhy, @macrobear, and @Gintaras Thanks so much!
Actually it could be something else. Because I noticed that the key I want to send "V" for Spacebar is only sending a pause not a play. In Premiere it should send both. So maybe it is working. I am testing right now. Thanks
However...
Macro
int w=win("" "Premiere Pro")
int isActive=w=win
if(!isActive) SendMessage w WM_ACTIVATE WA_ACTIVE w
SendKeysToWindow2 w key(V)
Great info @Kevin, @tanhy, @macrobear, and @Gintaras Thanks so much!
