I'm trying to write a script to emulate the numpad on my laptop using other keys. I tried using _IsPressed and Send but most programs are too smart for that. So I modified another script I had which used a keyboard hook to disable keys. But so far I haven't had any luck returning the key I want. I think the only problem is how I'm handling this line, I used to return 1 on this line to disable the key. #cs ============================
RETURN "NUMPAD0" FOR "A" KEY
#ce =========================