Emulates key pressing with the specified code.
pressKey = function(aKeyCode);
//Emulate pressing the "Enter" pressKey(13);
//Emulate pressing the "Tab" pressKey(9);