shortcutBindingChanged
Raised when shortcut overrides are changed on the active profile.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Event
- Namespace: UnityEditor.ShortcutManagement
- Assembly: UnityEditor.CoreModule
event Action<ShortcutBindingChangedEventArgs> shortcutBindingChanged
Remarks
This event is raised when the shortcut overrides are changed on the active profile, e.g. via IShortcutManager.RebindShortcut or ClearShortcutOverrides. It is not raised when shortcut overrides change in response to changing the active profile changed (use IShortcutManager.activeProfileChanged instead).