Javascript

Documentation

Test Ship and Space Station

document.addEventListener(‘onKeyDown’, function(event){ console.log(event.keyCode); });

Will return the ID associated with the key pressed down.