ZBrushCentral

Numeric keypad, AutoHotkey

Hello,

I’m trying to map some basic keystrokes to keys on a USB keypad using AutoHotkey. For instance, I’d like to be able to hit Ins/0 on the keypad and have ZB think I’m hitting Alt. So far, no luck - ZB doesn’t seem to like the keypad. I tried a test and was able to have this work in Photoshop, something’s up with how ZB is “seeing” the keypad.
I’ve tried tests with numlock both on and off. Could it be that there is already a hotkey assigned to the keypad’s Ins key, and that I need to unassign it in ZB? If so, how is that done? At any rate, any suggestions would be appreciated.

could try these
http://www.autoitscript.com/autoit3/index.shtml
http://www.hidmacros.eu/whatisit.php
but before them i would try auto scriptwriter in the autohotkey subfolder to see what it is actually sending when you press the keys.