ID:843888
Jun 30 2012, 1:09 pm
|
|
is it possible to type numbers using numpad?
|
Jun 30 2012, 1:14 pm
|
|
When I was adding the number_prompt() proc earlier today I realized the number pad didn't work (if you've got num lock on). It looks like BYOND macros the number pad differently than the number keys above the QWERTY row and the Keyboard library doesn't even check for those keys. I'm not sure what the best way to resolve this is. I might just make the Keyboard library convert "Numpad1" to "1" when you press the key.
|
yea since i already configured some code from prompt file to make it work as only number mode, i figured that out and i see that in your keyboard it doesn't let you type numbers from numpad mostlikely there is no NUMPAD thing in there something like this.
var there is no Numpad defined only diognal movement key |