# shortcutBindingChanged

> Raised when shortcut overrides are changed on the active profile.

## Definition

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

```csharp
event Action<ShortcutBindingChangedEventArgs> shortcutBindingChanged
```

### Remarks

This event is raised when the shortcut overrides are changed on the active profile, e.g. via [IShortcutManager.RebindShortcut](/engine/6000.7/script-reference/unityeditor/shortcutmanagement/ishortcutmanager/rebindshortcut.md) or ClearShortcutOverrides. It is not raised when shortcut overrides change in response to changing the active profile changed (use [IShortcutManager.activeProfileChanged](/engine/6000.7/script-reference/unityeditor/shortcutmanagement/ishortcutmanager/activeprofilechanged.md) instead).
