Property AsGrapheme
AsGrapheme
The key value as a single grapheme cluster when the key resolves to exactly one text element.
public string AsGrapheme { get; }
Property Value
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.