Skip to main content
Check

ExecCommand::Description
cutIt will cut text from element to clipboard.
copyIt will copy text from element to clipboard.
deleteIt will delete text from element.
pasteIt will paste text from clipboard to element.
selectAllIt will selectAll text in element.

![ExecCommand]({{’/assets/img/ExecCommand.png’ | relative_url }}){:width=“100%”}

You can also perform more than one task in series e.g

![MultipleEvents]({{’/assets/img/MultipleEvents.png’ | relative_url }}){:width=“100%”}