About 586,000 results
Open links in new tab
  1. JavaScript Key Code Event Tool | Toptal®

    KeyCode.Info allows users to press any key and instantly get the JavaScript Key or Key Code KeyboardEvent. Check out the Tool and Event List.

  2. Key.js \ JavaScript keyboard event key codes & key identifiers

    Press any key to get the JavaScript keydown event key, code, which and keyCode properties:

  3. KeyboardEvent: keyCode property - Web APIs | MDN

    Sep 18, 2025 · Instead, you should use KeyboardEvent.code (for the physical key pressed) or KeyboardEvent.key (for the character the key maps to). Check compatibility for either property …

  4. JavaScript Keycode List – Keypress Event Key Codes for Enter, …

    Jan 8, 2021 · JavaScript keyboard events help you capture user interactions with the keyboard. Like many other JavaScript events, the KeyboardEvent interface provides all the required …

  5. KeyboardEvent keyCode Property - W3Schools

    DOM Level 2 Keyboard Events. Well organized and easy to understand Web building tutorials with lots of examples of how to use HTML, CSS, JavaScript, SQL, Python, PHP, Bootstrap, …

  6. JavaScript keyCode Tool and Table - utils.com

    Free online utility to show the keyCode of keyboard events in JavaScript. Try it now!. Easy, quick, free and secure.

  7. JavaScript KeyCode Reference | Complete Event.keyCode List

    What is keyCode in JavaScript? keyCode is a deprecated property of keyboard events that returns a numeric code representing the key that was pressed. For example, 13 for Enter, 27 …

  8. Keycode Info - Complete Tools - Complete JavaScript

    Keycode Info is a free online tool that extracts JavaScript event keycode information from keyboards. Keyboard events in JavaScript allow you to record user interactions with the …

  9. JavaScript Key Code List & Table | Toptal®

    Easily find every JavaScript Key Code in one table. Get started now.

  10. Key values for keyboard events - Web APIs - MDN

    Apr 28, 2025 · The tables below list the standard values for the KeyboardEvent.key property, with an explanation of what the key is typically used for. Corresponding virtual keycodes for …