Property BaseLayoutKeyCode
BaseLayoutKeyCode
Gets the base layout key code reported by the kitty keyboard protocol (flag 4).
public KeyCode BaseLayoutKeyCode { get; init; }
Property Value
Remarks
When the terminal reports alternate keys, this contains the key code corresponding to the physical key in the standard (US) keyboard layout, regardless of the active input language or modifier state.
Defaults to Null when the terminal does not report alternate keys.
This property does not participate in equality comparisons.