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
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