10-03-2022, 11:25 AM
_keyhit doesn't report the mashed key after it is interrupted with another key either (as noted) until after the original mashed key is released
definitely in bug land.
Code: (Select All)
_ControlChr Off
Do
k = _KeyHit
If k = 32 Then Sound 1000, .2
If k <> 0 Then Print k,
Loop
definitely in bug land.