VOGONS

Common searches


Search results

Display options

Re: key misinterpreted as key

in DOSBox General
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 …

Page 2 of 436