onKeyDown

Further information about key events

   console.log(event);
/*
event.type 
event.target 
event.which 
event.altKey 
event.keyCode 
event.shiftKey 
event.ctrlKey 
*/

Last updated