MEGA65 / mega65-core

MEGA65 FPGA core
Other
238 stars 84 forks source link

Fix occasional unwanted key repeats #739

Closed dansanderson closed 9 months ago

dansanderson commented 9 months ago

Fixes https://github.com/MEGA65/mega65-core/issues/738

I was able to trigger the unwanted key repeat every few lines of typing at my usual typing speed, and could not trigger it with a screenful of fast typing after the change. The change makes sense in code review. It's not clear just from code review how often one could expect this to happen, but experimentally it feels like a strong improvement.