Table of Contents

Method MapConsoleKeyToKey

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

MapConsoleKeyToKey(ConsoleKey, out bool)

Maps a ConsoleKey to a Key.

public static Key MapConsoleKeyToKey(ConsoleKey consoleKey, out bool isMappable)

Parameters

consoleKey ConsoleKey

The console key.

isMappable bool

If true is mapped to a valid character, otherwise false.

Returns

Key

The Key or the consoleKey.