Method AutotextTriggerArgs.Replace2
Overload
Replaces the user-typed text with the specified text, keys, clipboard data, etc.
public void Replace2(params KKeysEtc[] keysEtc)
Parameters
keysEtc (KKeysEtc[])
Arguments of these types:
|
Remarks
Options for this function can be specified when adding triggers, in the flags parameter. Or before adding triggers, with AutotextTriggers.DefaultFlags. This function uses TAFlags.Confirm, TAFlags.DontErase, TAFlags.ShiftLeft, TAFlags.RemovePostfix.
If used flag TAFlags.Confirm, for label can be used first argument with prefix "!!"
; else displays all string arguments.