Table of Contents

Method RemoveDefaultKeyBinding

Namespace
Terminal.Gui.App
Assembly
Terminal.Gui.dll

RemoveDefaultKeyBinding(Command)

Removes the key binding for command from DefaultKeyBindings and raises DefaultKeyBindingsChanged so that subscribers pick up the change immediately.

public static bool RemoveDefaultKeyBinding(Command command)

Parameters

command Command

The command whose binding should be removed.

Returns

bool

true if the binding was found and removed; otherwise false.