How to work with cmd("copy") cmd("paste")
Hi guys my question is how to work with cmd("copy") cmd("paste") I cannot find any documentation
Hi guys my question is how to work with cmd("copy") cmd("paste") I cannot find any documentation
Do you still have an unanswered question? Please log in first to post your question.
Comments
Cmd c = copy selected
Cmd v = paste on selected
In a plugin you should always sandwhich cmd between
curScore.startCmd(); & curScore.endCmd();