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

    Jan 8, 2021 · Just focus your cursor anywhere in the app embedded below, and type any key to see the contextual information about it. You can also filter out the events you want by unchecking the …

  2. JavaScript Key Code for Enter | Toptal®

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

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

    While this method only works on Windows, a similar method is available in most Unix or Unix-like OSs by holding down ⌃ Ctrl + ⇧ Shift + U, releasing them, then typing the hex number of an Unicode …

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

    Apr 28, 2025 · Corresponding virtual keycodes for common platforms are included where available. Real-time URL transforms, global CDN delivery & easy integration with existing storage. Start Free. …

  5. keycode - How to differentiate between 'Enter' and 'Return' keys in ...

    Jun 22, 2017 · Some desktop apps treat the 'carriage return' key and the numpad's 'enter' key differently. I've noticed that these two keys generate the same keyCode (13) in Javascript (jQuery).

  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. Keycode Table - Complete Tools

    Keycode Table is a free online tool for listing all JavaScript event keycode info. What is JavaScript event keycode info? Keyboard events in JavaScript allow you to record user interactions with the keyboard.

  8. All keys and keycodes available in JavaScript - Accreditly

    Mar 22, 2024 · Creating a comprehensive and up-to-date list of all possible key values and their corresponding keycodes in JavaScript presents a challenge due to modern browser standards …

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

    Jun 26, 2012 · When a KeyboardEvent fires, you can test which key was pressed because that event contains information you can write logic against. console.log(event. which); }) For example, by …

  10. How to Handle JavaScript Event Keycode 13 - TheLinuxCode

    Nov 12, 2023 · There are many cases where you may want to detect when a user presses Enter in order to perform an action on your webpage. This guide will explain what the keycode 13 refers to, and …