Property KeyConverter
KeyConverter
Class responsible for translating the driver specific native input class TInputRecord e.g.
ConsoleKeyInfo into the Terminal.Gui Key class (used for all
internal library representations of Keys).
public IKeyConverter<TInputRecord> KeyConverter { get; }
Property Value
- IKeyConverter<TInputRecord>