So I've found this piece of code that works for what I'd like it to do. However I'd like to change the key inputs on Lines 27, 29, 33, and 35. I've looked up the VK_Key codes and other tables, but can't find ones that match. Is there a working table list for the type used in this code, or an easier way to determine the hex(?) for different keys to work with this? I've looked at Hexideciman Keycodes but they don't match.
In this Source ox1e is A and 0x20 is D. (Could be other way around I can't remember.)