Table of Contents

Class ConsoleKeyMapping

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Helper class to handle the scan code and virtual key from a ConsoleKey.

public static class ConsoleKeyMapping
Inheritance
ConsoleKeyMapping
Inherited Members

Methods

GetConsoleKeyFromKey(uint, ConsoleModifiers, out uint, out uint)

Get the ConsoleKey from a Key.

GetKeyCharFromConsoleKey(uint, ConsoleModifiers, out uint, out uint)

Get the output character from the ConsoleKey.

MapConsoleKeyToKey(ConsoleKey, out bool)

Maps a ConsoleKey to a Key.

MapKeyModifiers(ConsoleKeyInfo, Key)

Maps a ConsoleKeyInfo to a Key.

MapKeyToConsoleKey(uint, out bool)

Maps a Key to a ConsoleKey.