I'm trying to use a little jQuery here to detect which keys are being pressed.
I've a lot about trying to use functions to detect ASCII codes and such to see which keys are being pressed, but I'm a little confused.
Also, what's the difference between keyUp, keyDown and keypress?