RebindShortcut(string, ShortcutBinding)
Rebinds the shortcut for the given shortcut ID to the given binding in the active profile.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: UnityEditor.ShortcutManagement
- Assembly: UnityEditor.CoreModule
void RebindShortcut(string shortcutId, ShortcutBinding binding)
Parameters
Remarks
Creates a new (or modifies the existing) binding override for the given shortcut ID on the active profile.
Throws if is null. Throws if is not available, i.e. when IShortcutManager.GetAvailableShortcutIds does not contain . Throws if the active profile is read-only, i.e. when IsReadOnlyProfile returns for IShortcutManager.activeProfileId.
ArgumentNullExceptionshortcutIdArgumentExceptionshortcutIdshortcutIdInvalidOperationExceptiontrue