I\'m interested in seeing if it\'s possible to bind functions to a user pressing/releasing a key on the keyboard.
So far, I\'ve been able to get key press events wit
There is only keypress, no keydown/keyup.