Method GetPrintableText
GetPrintableText()
Gets the printable text represented by this Key, preferring kitty keyboard metadata when present.
public string GetPrintableText()
Returns
Remarks
Resolution order:
- AssociatedText when present.
- ShiftedKeyCode when it is printable and the key is shifted.
- AsRune as the backward-compatible fallback.