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
- Focus the window.
- Press any key on your keyboard.
- See the technical data instantly.
Debug inputs using Keycode Info at Online Tool Base.