pub const REQUEST_KITTY_KEYBOARD: &[u8] = b"\x1b[?u";
Request active keyboard enhancement flags: exact bytes ESC [ ? u (b"\x1b[?u").
ESC [ ? u
b"\x1b[?u"
A compatible terminal replies with CSI ? <flags> u.
? <flags> u