Table of Contents

Method MapConsoleKeyInfo

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

MapConsoleKeyInfo(ConsoleKeyInfo)

Ensures a console key is mapped to one that works correctly with ANSI escape sequences.

public static ConsoleKeyInfo MapConsoleKeyInfo(ConsoleKeyInfo consoleKeyInfo)

Parameters

consoleKeyInfo ConsoleKeyInfo

The ConsoleKeyInfo.

Returns

ConsoleKeyInfo

The ConsoleKeyInfo modified.