Version: 2023.1
言語: 日本語
public bool IsShortcutOverridden (string shortcutId);

パラメーター

shortcutId ID of shortcut to determine overridden status for.

戻り値

bool true if the shortcut with ID shortcutId is overridden in the active profile; otherwise, false.

説明

Does the active profile override the binding for the given shortcut ID?

Returns true if the profile referenced by activeProfileId overrides the binding for the given shortcut ID. This includes the cases where the binding is overridden to the same as the default or to the empty binding. It returns false if the active profile does not specify a binding for the given shortcut ID.

Throws ArgumentNullException if shortcutId is null. Throws ArgumentException if shortcutId is not available, i.e. when GetAvailableShortcutIds does not contain shortcutId.