Version: 2021.1
LanguageEnglish
  • C#

IShortcutManager.GetShortcutBinding

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 ShortcutManagement.ShortcutBinding GetShortcutBinding(string shortcutId);

Parameters

shortcutId ID of shortcut to retrieve binding for.

Returns

ShortcutBinding Active binding for shortcut.

Description

Returns the active binding for the given shortcut ID.

The return value depends on the active profile (activeProfileId). Throws ArgumentNullException if shortcutId is null. Throws ArgumentException if shortcutId is not available, i.e. when GetActiveShortcutIds does not contain shortcutId.