Table of Contents

Constructor KeyBindings

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

KeyBindings()

Initializes a new instance. This constructor is used when the KeyBindings are not bound to a View. This is used for Application.KeyBindings and unit tests.

public KeyBindings()

KeyBindings(View)

Initializes a new instance bound to boundView.

public KeyBindings(View boundView)

Parameters

boundView View