Show / Hide Table of Contents

Namespace Au.Triggers

ActionTrigger

Base of classes of all action trigger types.

ActionTriggers

The main class of action triggers.

AutotextTrigger

Represents an autotext trigger.

AutotextTriggerArgs

Arguments for actions of autotext triggers. You can use functions AutotextTriggerArgs.Replace and AutotextTriggerArgs.Menu to replace user-typed text.

AutotextTriggers

Autotext triggers.

HotkeyTrigger

Represents a hotkey trigger.

HotkeyTriggerArgs

Arguments for actions of hotkey triggers.

HotkeyTriggers

Hotkey triggers.

MouseTrigger

Represents a mouse trigger.

MouseTriggerArgs

Arguments for actions of mouse triggers.

MouseTriggers

Mouse triggers.

TAFlags

Flags of autotext triggers.

TAMenuItem

Used with AutotextTriggerArgs.Menu.

TAMenuOptions

See AutotextTriggers.MenuOptions;

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.

TASimpleReplace

See AutotextTriggers.SimpleReplace.

TFunc

Type of functions used with class TriggerFuncs to define custom scope for triggers.

TKFlags

Flags of hotkey triggers.

TMClick

Button for mouse click triggers.

TMEdge

Screen edge for mouse edge triggers.

TMFlags

Flags of mouse triggers.

TMKind

What kind of mouse triggers.

TMMove

Mouse movement directions for mouse move triggers.

TMWheel

Mouse wheel direction for mouse wheel triggers.

TOBAArgs

Arguments for TriggerOptions.BeforeAction and TriggerOptions.AfterAction.

TriggerArgs

Base of trigger action argument classes of all trigger types.

TriggerFuncs

Allows to define custom scopes/contexts/conditions for triggers.

TriggerOptions

Allows to set some options for multiple triggers and their actions.

TriggerScope

A trigger scope returned by functions like TriggerScopes.Window and used with TriggerScopes.Again.

TriggerScopes

Allows to specify working windows for multiple triggers of these types: hotkey, autotext, mouse.

TWEvent

Events for window triggers.

TWFlags

Flags of window triggers.

TWLater

Window events for the later parameter of window triggers. See WindowTriggers.this[].

WindowTrigger

Represents a window trigger.

WindowTriggerArgs

Arguments for actions of window triggers.

WindowTriggers

Window triggers.