First post, by jazztickets
Hey guys
Here's a patch I made to fix a nit-picky problem I found with DOSBOX's repeat behavior.
For example, if you press & hold the key 'd', then press & hold the key 'f' while still holding 'd', then let go of 'd', 'f' no longer repeats.
This is problematic for games that rely on keyboard repeat for movement.
Here is the patch for src/hardware/keyboard.cpp
http://pastebin.com/wsu3E39D
The patch also changes the default keyboard repeat delay from 500ms to 200ms.