Great program, thanks!
I feel like i'm missing something pretty basic, but i can't figure it out. I can't call up specific numpad keys. For example, the sim i'm playing has CTRL Numpad 7 as a bindable key, but is not the same as CTRL 7. Same with CTRL numpad +, not the same as CTRL +... etc., etc.
What am i missing? How do i call up the numpad keys in the "send keyboard sequence" box?
Thanks again!
Harlequin
Numpad Keys
Re: Numpad Keys
Use key names NUM0 .. NUM9.
So for example to send number 4 on keypad, define macro with key sequence {NUM4}.
I should add this info into readme file...
So for example to send number 4 on keypad, define macro with key sequence {NUM4}.
I should add this info into readme file...
Petr Medek
LUAmacros author
LUAmacros author
Re: Numpad Keys
Brilliant!! Thanks for the help.
For anyone else who is interested, you have to enclose the num# in braces: ie: {num7}
For anyone else who is interested, you have to enclose the num# in braces: ie: {num7}
Re: Numpad Keys
Works like a charm, and at the risk of spamming this thread, i have found the following key names:
{numast} = *
{numplus} = +
{numminus} = -
{numdecimal} = .
BUT... i can't figure out for the life of me how to call up the enter key on the numpad. Tried numenter, nument, numentr, numreturn..... LOL! Please help and i'll leave you good people alone!
{numast} = *
{numplus} = +
{numminus} = -
{numdecimal} = .
BUT... i can't figure out for the life of me how to call up the enter key on the numpad. Tried numenter, nument, numentr, numreturn..... LOL! Please help and i'll leave you good people alone!
Re: Numpad Keys
Unfortunately there is no differentiation between regular Enter and the Numpad Enter... So you just need to call up the regular Enter (and use only one of them).