PDA

View Full Version : Possible to group units under keypad numbers?


predje
08-16-2004, 02:58 PM
Has anyone found a way to this?I want to use the kp_X keys as its easier with the way i play. Keycraft only alters letter keys as far as i can see.
:crybaby:

Andy Wilson
08-20-2004, 04:30 AM
well the keypad is already hotkeys to your items so I think that would make it really really hard.

golmer
08-20-2004, 06:26 PM
dont think so man

McPhisto.rlz
08-22-2004, 01:37 PM
Has anyone found a way to this?I want to use the kp_X keys as its easier with the way i play. Keycraft only alters letter keys as far as i can see.
:crybaby:
u can do it with autohotkey, put something like this in the script:

Numpad0::send, ^0
Numpad1::send, ^1
Numpad2::send, ^2
Numpad3::send, ^3
Numpad4::send, ^4
Numpad5::send, ^5
Numpad6::send, ^6
Numpad7::send, ^7
Numpad8::send, ^8
Numpad9::send, ^9