NumLock and Pause|Break key codes are reversed

Archives Forums/Blitz3D Bug Reports/NumLock and Pause|Break key codes are reversed

GIB3D(Posted 2009) [#1]
In the ScanCode list and the ScanCode picker, they both say that

69 = NumLock
and
197 = Pause

But if you try this little program, you'll see that that is incorrect. Or else my keyboard is just screwed up.

While Not KeyDown(1)
If KeyHit(69) Print "NumLock"
If KeyHit(197) Print "Pause|Break"
Wend



BossyBoy(Posted 2009) [#2]
Yeah, just tried your little program and I seem to have the same problem. Checked the scan code list just to make sure you had it right, and you do. :\