Page 1 of 1

How do I in-put correct Numberpad keys to VK_*???

Posted: Fri Jan 21, 2011 8:45 am
by j19861986
I am out of stock of keys, I tried writing VK_NUMPAD1 (When inserted hotkey in game, it says NUMPAD1), and tried it, and then ROMBOT doesn't recognize the input :!: ...
What are the correct input for Numberpad keys into VK_*????? :?:
Wanna have those keys into VK_*'s, cause we can have 10 more keys, rather than using F10-F12 and several "qwerty, abc's" keys (how do you spell those, :? )
please help me :cry:

Re: How do I in-put correct Numberpad keys to VK_*???

Posted: Fri Jan 21, 2011 8:56 am
by rock5
I believe "VK_NUMPADn" is correct.

Re: How do I in-put correct Numberpad keys to VK_*???

Posted: Fri Jan 21, 2011 10:34 am
by j19861986
rock5 wrote:I believe "VK_NUMPADn" is correct.
No it is not, have proof here, in attachment
Here is the message from ROMBOT
Here is the message from ROMBOT
Here is the script with "VK_NUMPADn"
Here is the script with "VK_NUMPADn"
How should I put the Hotkey???

Re: How do I in-put correct Numberpad keys to VK_*???

Posted: Fri Jan 21, 2011 10:45 am
by Giram
You have same hotkey assigned twice and it won't like it.

Re: How do I in-put correct Numberpad keys to VK_*???

Posted: Fri Jan 21, 2011 10:49 am
by lisa
yeah it is right,

http://www.solarstrike.net/wiki/index.p ... rtual_Keys

Code: Select all

"VK_NUMPAD1"
Yup you assigned NUMPAD5 twice, just like the error message told you in first image..

Re: How do I in-put correct Numberpad keys to VK_*???

Posted: Sat Jan 22, 2011 9:47 am
by j19861986
Will have a better look this time