Re: key misinterpreted as key
Posted on 2021-02-25, 15:43
the evdev detection might go wrong as if evdev is detected then: sdlkey_map[0x64]=SDLK_RALT; and if it is not detected sdlkey_map[0x64]=SDLK_KP_ENTER; which kinda matches your behaviour of enter being pressed instead of the right alt. (this is code that dosbox executes on startup in the keymapper to …