Key repeat issue

Going straight tot the point.

I’m trying to eat the key repeats using Event.key.repeat, that works fine for most of the keys except for the ‘letter’ keys. So, on SDL_KEYDOWN the arrow keys report a key repeat just fine, but the WASD keys don’t, though the repeat is definitely happening.

I’m on Windows10, using SDL 2.0.8 for msvc.

I could probably get around this by manually eating the repeats by storing key states of previous frame, or something like that, though it would be nice to just do it the easy way!

Must this be a bug?

EDIT: turns out i’m just a dummy, too hasty to post!
How to delete post?