<Action> <Selection>

SCRIPT {
    if _arg1 = "Delete" then key$ = "{Del}"
    if _arg1 = "Cut" then key$ = "{Ctrl+x}"
    Sendkeys key$
}