Attributes

value
Required string. The sequence of keys to be sent to the host terminal.
row
Optional integer (default is the current position of the text cursor). Row at which typing begins.
col
Optional integer (default is the current position of the text cursor). Column at which typing begins.
movecursor
Optional boolean (default is true). Setting this attribute to true causes the macro runtime to move the text cursor to the end of the input (see Move cursor to end of input (movecursor attribute)).
xlatehostkeys
Optional boolean (default is true). Setting this attribute to true causes the macro runtime to interpret the name of an action key (such as [enter]) as an action key rather than as a character sequence (see Translate host action keys (xlatehostkeys attribute)).
encrypted
Optional boolean (default is false). Setting this attribute to true causes the Macro Editor to encrypt the sequence of keys contained in the value attribute when the Macro Editor is closed (see Encrypted attribute).