pub(crate) fn is_printable_char(chr: char) -> bool
Winit sends special keys (backspace, delete, F1, …) as characters. Ignore those. We also ignore ‘\r’, ‘\n’, ‘\t’. Newlines are handled by the Key::Enter event.
Key::Enter