CalcChef
Search tools (e.g. 'calc', 'converter')... (Press '/' or 'Cmd+K')

Keycode Checker

Find the exact JavaScript key codes, code values, and deprecated keyCodes for any keyboard key. Vital for handling user input events.

Loading Tool...

Applications

Developing interactive web apps, games, and keyboard shortcuts. It helps developers map specific physical keys to digital actions on the page.

The Values

Provides the event.key (the value), event.code (the physical position), and the legacy keyCode number for maximum compatibility.

Fun Fact: Numeric Keycodes (e.g., 13 for Enter) have been deprecated in modern web standards in favor of more descriptive string values like 'Enter'.

Related Tools

View all tools