Table of Contents

Method ClearKeybinding

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

ClearKeybinding(Key)

Clears the existing keybinding (if any) for the given key.

public void ClearKeybinding(Key key)

Parameters

key Key

ClearKeybinding(params Command[])

Removes all key bindings that trigger the given command. Views can have multiple different keys bound to the same command and this method will clear all of them.

public void ClearKeybinding(params Command[] command)

Parameters

command Command[]