Class HotkeyIsActiveProperties
Represents properties of a trigger that activates or deactivates based on keyboard and mouse inputs.
Implements
Inherited Members
Namespace: EyeAuras.DefaultAuras.Triggers.HotkeyIsActive
Assembly: EyeAuras.DefaultAuras.Metadata.dll
Syntax
public sealed record HotkeyIsActiveProperties : AuraTriggerPropertiesBase, IEquatable<AuraPropertiesBase>, IAuraTriggerProperties, IAuraProperties, IPoeEyeConfigVersioned, IPoeEyeConfig, IHasVersion, ICanSetId, IHasId, IHasTypedId<string>, IEquatable<AuraTriggerPropertiesBase>, IHasLinkedAuraIds, IEquatable<HotkeyIsActiveProperties>
Constructors
Name | Description |
---|---|
HotkeyIsActiveProperties() |
Properties
Name | Description |
---|---|
AuraIds | |
EqualityContract | |
EvaluatorProperties | Gets the properties of a collection of Auras linked to this Hotkey trigger. |
HandleApplicationKeys | Indicates whether the trigger handles application-specific keys. |
Hotkey | The hotkey gesture that activates this trigger. |
HotkeyMode | The mode of operation for the hotkey trigger. |
HotkeySet | Defines the set of keys that can activate the trigger. |
IgnoreModifiers | Specifies whether modifier keys (Ctrl, Alt, Shift) are ignored in the hotkey trigger. |
LinkedAuraIds | Gets a read-only list of linked Aura IDs. |
LinkedFolderIds | Gets a read-only list of linked folder IDs. |
SuppressKey | Determines whether the hotkey event is suppressed after being triggered. |
Version |
Methods
Name | Description |
---|---|
Equals(HotkeyIsActiveProperties?) | |
Equals(AuraTriggerPropertiesBase?) | |
Equals(object?) | |
GetHashCode() | |
PrintMembers(StringBuilder) | |
ReplaceId(string, string) | Replaces a specified Aura/Folder ID with a new ID. |
ToString() | |
<Clone>$() |
Operators
Name | Description |
---|---|
operator ==(HotkeyIsActiveProperties?, HotkeyIsActiveProperties?) | |
operator !=(HotkeyIsActiveProperties?, HotkeyIsActiveProperties?) |