Open Jethro-Afasfasfa opened 3 months ago
Its because it has to simulate the keypresses on the keyboard in order to fill that info into the in-game chat: https://github.com/community-network/seeder-app/blob/master/src/input/send_keys.rs
there are different keyboards, so implementing for a german keyboard will not work for a french keyboard
Love your work and thanks for making this. Just a quick question, how does one include special characters (such as !, ^, and %) into the in-game message? I noticed they are stripped and usual escape methods are not working.