Table of Contents

Class KeyBinding

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Provides a collection of Command objects that are scoped to KeyBindingScope.

public class KeyBinding
Inheritance
KeyBinding
Inherited Members

Constructors

KeyBinding(Command[], KeyBindingScope)

Initializes a new instance.

Properties

Commands

The actions which can be performed by the application or bound to keys in a View control.

Scope

The scope of the Commands bound to a key.