ActivatorSignature class

A normalized, comparable identity for a ShortcutActivator, used to dedup bindings that resolve to the same chord (so the HUD never shows two rows for what is really one shortcut). PlatformActivator is resolved for the current platform first, so primary(keyS) dedups with SingleActivator(keyS, …).

Annotations

Constructors

ActivatorSignature.of(ShortcutActivator a, TargetPlatform platform)
factory

Properties

alt bool
final
character String?
final
control bool
final
hashCode int
The hash code for this object.
no setteroverride
meta bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shift bool
final
triggerKeyId int?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override