Online Tool Base
Loading Tool...

Decode Keyboard Events with Keycode Info

Building a game or a hotkey app? The Keycode Info tool on Online Tool Base displays the exact JavaScript Event codes for any key you press.

Developer Essentials

onlinetoolbase.online provides the data you need:

  • event.key: The value of the key (e.g., 'Enter').
  • event.code: The physical key location (e.g., 'KeyA').
  • Deprecation Alert: See the old 'keyCode' vs new standard 'code'.

How to Test

  1. Focus the window.
  2. Press any key on your keyboard.
  3. See the technical data instantly.

Debug inputs using Keycode Info at Online Tool Base.