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
.