# empty

> A key combination representing the empty binding.

## Definition

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

```csharp
public static ShortcutBinding empty { get; }
```

### Remarks

A shortcut with an empty binding cannot be triggered. Use the empty binding to unbind an existing shortcut via [IShortcutManager.RebindShortcut](/engine/6000.5/script-reference/unityeditor/shortcutmanagement/ishortcutmanager/rebindshortcut.md).
