Table of Contents

Property KeyConverter

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

KeyConverter

Class responsible for translating the driver specific native input class T e.g. ConsoleKeyInfo into the Terminal.Gui Key class (used for all internal library representations of Keys).

public IKeyConverter<T> KeyConverter { get; }

Property Value

IKeyConverter<T>