keyCode - HermesPasser/Ramu GitHub Wiki

Object keyCode

Description

Object with the key code of the main keyboard keys (uppercase not included).

if (keyCode.space in Ramu.lastKeysPressed){
   alert('Space key is pressed');
}