Represents a key binding used to trigger a shortcut.
Property | Description |
---|---|
empty | A key combination representing the empty binding. |
Property | Description |
---|---|
keyCombinationSequence | The sequence of key combinations required to trigger a shortcut with this binding. |
Constructor | Description |
---|---|
ShortcutBinding | Creates a shortcut binding from a single key combination. |
Method | Description |
---|---|
Equals | Determines whether this instance and another specified ShortcutBinding instance have the same value. |
GetHashCode | Returns the hash code for the value of this instance. |
ToString | Converts the value of the current ShortcutBinding object to its equivalent string representation. |