Nice. I thought I might be missing something by not trying out _KEYDOWN, but with no speed difference, I'll stick with INKEY$ and _KEYHIT. I mixed the two for two different input processes in one program, and they seem to play nicely together. I can still recall INP(96) working at an insane repeat rate in QuickBASIC. I haven't used it in QB64.
My practical concern is this. As I add more conditional statements in my WP program, I risk the repeat rate slowing down, possibly too much; so if there was a faster alternative for keyboard input, I'd switch to it if necessary. I am aware about adjusting _LIMIT in the loop, too.
Thanks for the info,
Pete