Hey everyone
I'm using the illwill library for building a TUI app, but I'm running into a problem I want to get the key that the user types, but if I press a key this happens: C key give ---> "C" c key gives ---> "C" (instead of "c" space key gives ---> "Space" (instead of " ") Does anyone know how to solve this? I want to get either the character ("c", " ", "y", "A"....) or the keycode (65, 32, 13....) I'm using the getKey() proc