Hi there,
I am wondering about how to convert KeyCode to string. I need to save certain keys in KeyCode as their string representative in a string array that I will later save as System.IO.File.WriteAllLines(@“whatever”);
Just basicly saving some configuration as a controll system and just don’t want to copy some random work on internet.
Thx