KEY_NUMLOCK and KEY_SCROLL not working

Archives Forums/BlitzMax Bug Reports/KEY_NUMLOCK and KEY_SCROLL not working

Fielder(Posted 2015) [#1]
BRL.KeyCodes: Source

....
Num Lock --> KEY_NUMLOCK
Scroll Lock --> KEY_SCROLL
....


If (KeyHit (key_numadd) Or KeyHit (key_minus) Or KeyHit (key_numsubtract) Or KeyHit (key_scroll))


if i try to add KEY_NUMLOCK or KEY_SCROLL i receive this: IDENTIFIER "KEY_SCROLL" not found

i'm using the windows version of Bmax.

( also i've issues with KEY_PRINT .... not detected on my keyboard )


Brucey(Posted 2015) [#2]
Yes, it is commented out of brl.keycodes - along with a number of others.

There's probably a reason for it.

You could always uncomment the section and see how it goes for you.


Fielder(Posted 2015) [#3]
ok thnak you,.. on future i will try.. for i now i've changed these keys on my code