Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


shortcutBindingChanged

Raised when shortcut overrides are changed on the active profile.
Read time 1 minuteLast updated 10 days ago

Definition

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).