Table of Contents

Method ReplaceKeyBinding

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

ReplaceKeyBinding(Key, Key)

Replaces a key combination already bound to Command.

protected void ReplaceKeyBinding(Key fromKey, Key toKey)

Parameters

fromKey Key

The key to be replaced.

toKey Key

The new key to be used.