Table of Contents

Property AsGrapheme

Namespace
Terminal.Gui.Input
Assembly
Terminal.Gui.dll

AsGrapheme

The key value as a single grapheme cluster when the key resolves to exactly one text element.

public string AsGrapheme { get; }

Property Value

string

Remarks

Keys with Ctrl or Alt modifiers return Empty unless kitty associated text provides a grapheme.

When kitty keyboard metadata is available, a single grapheme from AssociatedText is preferred, followed by ShiftedKeyCode for shifted printable keys.

Grapheme clusters may contain multiple Rune values, for example combining sequences or ZWJ emoji.