How can I convert a character to its respective keycode?
For example:
a
65
b
66
Find a keycode/ascii chart like this one and put it into an array such that array['char'] = keycode. This is tedious, but the code will execute pretty fast.