Version: 2023.2
言語: 日本語
public void ClearShortcutOverride (string shortcutId);

パラメーター

shortcutId ID of shortcut to clear override for.

説明

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.