errrmm I'm not an expert, but as far as i know, there are no scan codes for key-combinations, so i would suppose that you should have to IF's on with the CTRL one with the V
if controlkey()=1
if keystate(47)=1
[put your stuff here]
endif
endif
now.. i havent tried this, but i suppos it should work.
//[EDIT] i just tried it and it works perfectly. the only problem about it is that there might be difficulties if you have other tasks for the CTRL/V keys... these actions will be carried out along with the CTRL+V action
"Wise men talk because they have something to say; fools, because they have to say something." -Plato