Readonly
chainOptional
Readonly
commandThe Command to associate with the shortcut.
Readonly
conditionThe Condition a shortcut is allowed to be triggered on. If both the command and the shortcut have a condition, both must be met.
Readonly
enabledWhether the shortcut is enabled. Defaults to true.
Readonly
forceIt is sometimes useful for some shortcuts to not equal or conflict with eachother temporarily.
Only methods that compare shortcut instances are affected.
While the property is managed by the manager, it can be safely set then unset if not modifying anything.
The chain of key chords that make up the shortcut. Note that this is NOT a unique identifier for shortcuts and cannot be used to compare them if you are making use of the when/context/active options.