<sendOrCopy> to <userName>

SCRIPT {
    SendKeys "{alt+c}"
    SendKeys _arg2
    if _arg1 = "Send" then SendKeys "{alt+o}"
    if _arg1 = "Copy" then SendKeys "{alt+c}"
    SendKeys "{enter}"
}