# keyCombinationSequence

> The sequence of key combinations required to trigger a shortcut with this binding.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor.ShortcutManagement](/engine/6000.7/script-reference/unityeditor/shortcutmanagement.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public IEnumerable<KeyCombination> keyCombinationSequence { get; }
```
