pub const KEYPAD_APPLICATION_MODE: &[u8] = b"\x1b=";
Keypad Application Mode (DECKPAM): exact bytes ESC = (b"\x1b=").
ESC =
b"\x1b="
After this, keypad keys normally send application sequences instead of digits/operators.