I need to press 5 on the numpad (in the bottom right section of the keyboard) instead of the one that is above the letters at the top.
I'm doing this with MouseKeys on so that when you press 5 it clicks rather than typing in the number 5.
The keycode is supposed to be 101 I think so I tried this
It types in the number 5 and doesn't click.SCAR Code:KeyDown(101);
Wait(100);
KeyUp(101);
It works when I manually press the 5 key on the numpad though.
Either I need a new keycode or SCAR can't activate mousekeys.



Reply With Quote









