Enum SendTextMethod
Represents the methods used to send text.
Namespace: EyeAuras.Roxy.Actions.SendText
Assembly: EyeAuras.Roxy.dll
Syntax
public enum SendTextMethod
Fields
Name | Description |
---|---|
ControlV | Sends the text by pasting it via Clipboard using the Control+V key combination. |
SendChars | Sends each character of the text individually. |
ShiftInsert | Sends the text by pasting it via Clipboard using the Shift+Insert key combination. |