Represents a key binding used to trigger a shortcut.
| Description | |
|---|---|
| empty | A key combination representing the empty binding. |
| Description | |
|---|---|
| keyCombinationSequence | The sequence of key combinations required to trigger a shortcut with this binding. |
| Description | |
|---|---|
| ShortcutBinding | Creates a shortcut binding from a single key combination. |
| 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. |