KeyEvent::from_event().character is '\0' when it actually should be a unicode input code.
Created by: ticki
Backspace -> '\0', even though it should be '\u{0008}'
Shift -> '\0', even though it should be '\u{000E}'.
etc.
Created by: ticki
Backspace -> '\0', even though it should be '\u{0008}'
Shift -> '\0', even though it should be '\u{000E}'.
etc.