Search code examples
javascriptkeyboard

What is the key code of dot (.) in JavaScript?


I need to define some event for Ctrl + .. What is the number of dot-key-code? I want something like these:

Enter is 13.

S is 83.

2 is 50.

According to this website.

What is it for .?


Solution

  • According to that same website, the .'s dot-key code is 190.