rude wrote:I didn't know that!muku wrote:Translating key codes into characters directly is a bad idea because it doesn't take the user's keyboard layout into account; international users are out of luck, for example. SDL actually provides automatic translation of key hits into Unicode characters, but I guess Löve doesn't expose that functionality?
Will investigate and expose.
While you're at it could you expose SDL's set_key_repeat too?