Hi everyone,
I am trying to capture a NumPad direction key-press and send out a normal arrow key-press in its place. These are the numpad keys that register when numlock is OFF (2, 4, 6, 8).
I am currently using the _IsPressed Function but there is no HexKey for these buttons, only for the numerical numpad keys. Is there another way I can do this?
Aaron