Page 1 of 1

Numpad Keys

Posted: 27 Nov 2011, 04:04
by Harlequin
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

Re: Numpad Keys

Posted: 30 Nov 2011, 20:58
by admin
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...

Re: Numpad Keys

Posted: 01 Dec 2011, 01:11
by Harlequin
Brilliant!! Thanks for the help.

For anyone else who is interested, you have to enclose the num# in braces: ie: {num7}

Re: Numpad Keys

Posted: 01 Dec 2011, 02:27
by Harlequin
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! :)

Re: Numpad Keys

Posted: 27 Feb 2013, 09:31
by ryhoo2
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).