Which is the key on the keyboard having the keycode as 13
?
switch(key) { case 37: $.keynav.goLeft(); break; case 38: $.keynav.goUp(); break; case 39: $.keynav.goRight(); break; case 40: $.keynav.goDown(); break; case 13: $.keynav.activate(); break; }
JavaScript KeyCodeThe keydown event occurs when the keyboard key is pressed, and it is followed at once by the execution of keypress event. The keyup event is generated when the key is released.
Key codes are numeric values that correspond to physical keys on the keyboard but do not necessarily correspond to a particular character.
According to the website, key-code for . is 190.
It's the Return or Enter key on keyboard.
That would be the Enter key.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With