Class HotkeyTriggers
Hotkey triggers.
public class HotkeyTriggers : IEnumerable<HotkeyTrigger>
Examples
See ActionTriggers.
Namespace: Au.Triggers
Assembly: Au.dll
Inheritance
object
HotkeyTriggers
Properties
| Name | Description |
|---|---|
| this[KKey, string, TKFlags, string, int] | Adds a hotkey trigger. |
| this[string, TKFlags, string, int] | Adds a hotkey trigger. |
| Last | The last added trigger. |
Methods
| Name | Description |
|---|---|
| GetEnumerator() | Used by |