About 439,000 results
Open links in new tab
  1. JavaScript Keycode List – Keypress Event Key Codes for Enter, Space

    Jan 8, 2021 · There are primarily three keyboard event types, keydown, keypress and, keyup. We can get contextual information about these events from the KeyboardEvent interface's …

  2. Execute JS code after pressing the spacebar - Stack Overflow

    Jun 24, 2014 · In JQuery events are normalised under which event property. You can find any key value here eg:spacebar value (32). This function may help you. keyCode is deprecated. You …

  3. JavaScript Key Code for Space | Toptal®

    Find the JavaScript Key Code, event.key, event.location, similar values, and more for Space. Get started now.

  4. 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 …

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

    Press any key to get the JavaScript keydown event key, code, which and keyCode properties: On Windows, some characters without a dedicated key can be entered using the Alt + Numpad or …

  6. KeyboardEvent Value (keyCodes, metaKey, etc) - CSS-Tricks

    Jun 26, 2012 · The event.which property normalizes event.keyCode and event.charCode. It is recommended to watch event.which for keyboard key input. And: In a keypress event, the …

  7. JavaScript Keycodes - gcctech.org

    JavaScript KeyCode In every browser there are possible kinds of client-side events triggered when a keyboard key is pressed or released: keydown event keypress event keyup event The …

  8. 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.

  9. Javascript event triggered by pressing space - Stack Overflow

    Jun 1, 2011 · This code can be used: $(window).keypress(function(e) { if (e.keyCode == 0 || e.keyCode == 32) { console.log('Space pressed'); } }); Explaination: The …

  10. GitHub - mastershuvam/Key-Codes: Display key details

    Capture keydown events and display key details in real-time. Display the key name, keycode, and the code associated with each key press. Support for spacebar, showing "Space" instead of …

  11. Some results have been removed
Refresh