Table of Contents

Method ReplaceKey

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

ReplaceKey(Key, Key)

Replaces a key combination already bound to a set of Commands.

public void ReplaceKey(Key oldKey, Key newKey)

Parameters

oldKey Key

The key to be replaced.

newKey Key

The new key to be used. If Empty no action will be taken.