Table of Contents

Method GetModifiersKey

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

GetModifiersKey(KeyEvent)

Gets the key with all the keys modifiers, especially the shift key that sometimes have to be injected later.

public static Key GetModifiersKey(KeyEvent kb)

Parameters

kb KeyEvent

The KeyEvent to check.

Returns

Key

The Key with all the keys modifiers.