Skip to main content

Keycode Info

Press Any Key

About the Keycode Info

See keyboard event codes in real-time. Displays keyCode, key, code, and modifiers for any key press.

Press any key to see its JavaScript event properties. Useful for building keyboard shortcuts and debugging key handlers.

  • Shows keyCode, key, and code properties
  • Captures modifier keys (Ctrl, Shift, Alt, Meta)
  • Displays in real-time as you press keys
  • Useful for building keyboard shortcuts

How to use

  1. Press any key.
  2. See the event properties.
  3. Copy the code for your key handler.