Adds more entries to the Key enum and a Key.baseChar to help a bit with handling text input.
This is still not ideal, as modifier keys need to be handled by the application (and taking the keyboard layout into account there can be a PITA) but it does help a bit with #444.
Adds more entries to the
Key
enum and aKey.baseChar
to help a bit with handling text input.This is still not ideal, as modifier keys need to be handled by the application (and taking the keyboard layout into account there can be a PITA) but it does help a bit with #444.