audinowho / PMDODump

All content generation for PMDO. BEWARE SPOILERS.
MIT License
61 stars 13 forks source link

German Keyboard scancode #461

Open issuebotaudinowho[bot] opened 6 months ago

issuebotaudinowho[bot] commented 6 months ago

Discord: arriator#0 <@133655732187824128>


[2024/02/16 23:59:24.027] KEY/SCANCODE MISSING FROM SDL2->XNA DICTIONARY: SDLK_CARET SDL_SCANCODE_GRAVE```
German keyboards have an extra key above `TAB`, which is `^` (SHIFT produces `°` instead). I was hoping to bind it, but according to the output log, the engine doesn't know that key exists! Whoops.