Enum TAPostfix
Postfix type of autotext triggers. The trigger action runs only when the user ends the autotext with a postfix character or key, unless postfix type is None. Default: CharOrKey.
public enum TAPostfix : byte
Namespace: Au.Triggers
Assembly: Au.dll
Fields
Name | Description |
---|---|
Char | A postfix character specified in the postfixChars parameter or AutotextTriggers.DefaultPostfixChars property. If not specified - any non-word character. |
CharOrKey | A postfix character (see Char) or key (see Key). |
Key | The |
None | Don't need a postfix. The action runs immediately when the user types the autotext. |