Method MapConsoleKeyInfo | Terminal.Gui v2 (original) (raw)

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.

Edit this page