IShortcutManager.ClearShortcutOverride

public void ClearShortcutOverride(string shortcutId);

Parameters

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