Version: 2021.1
LanguageEnglish
  • C#

IShortcutManager.ClearShortcutOverride

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Declaration

public void ClearShortcutOverride(string shortcutId);

Parameters

shortcutId ID of shortcut to clear override for.

Description

Clears the binding for shortcut with given shortcut ID from the active profile.

Throws ArgumentNullException if shortcutId is null. Throws InvalidOperationException if the active profile is read-only, i.e. when IsReadOnlyProfile returns true for activeProfileId. Throws InvalidArgumentException when shortcutId is not an available shortcut ID, i.e. when GetAvailableShortcutIds does not contain shortcutId.