Sending Ctrl + C command from Keyboard

What is the command to send Ctrl + C as input to application for copy ?
Please mention also for Ctrl + V

Hello,

For eggPlant Functional, you can simply use:

TypeText ControlKey, "c"

and

TypeText ControlKey, "v"

To read more about TypeText keywords like “ControlKey”, please see our documentation here: http://docs.testplant.com/?q=content/appendix-c-typetext-keywords

If you are using the iOS Gateway, please note that in the current version there are some restrictions on using TypeText with the Springboard.

Thanks!