About 405,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. GitHub - hodgef/simple-keyboard: Javascript Virtual Keyboard ...

    Virtual Keyboard for Javascript. Compatible with your JS, React, Angular or Vue projects.

  3. javascript - Detect when input box filled by keyboard and when by ...

    Detecting whether an input box is filled by a keyboard or a barcode scanner in JavaScript can be a bit challenging because both typically trigger the input event when text is entered. However, barcode …

  4. Keyboard: keydown and keyup - The Modern JavaScript Tutorial

    Apr 25, 2022 · Keyboard: keydown and keyup Before we get to keyboard, please note that on modern devices there are other ways to “input something”. For instance, people use speech recognition …

  5. How to take keyboard input in JavaScript? - Stack Overflow

    Dec 11, 2010 · I want to take keyboard input in JavaScript, where arrow keys, when pressed, will result in the change in shape of a particular shape. How do I take the input of any of the keys in JavaScript?

  6. How to Take Keyboard Input in JavaScript? - GeeksforGeeks

    Nov 30, 2024 · Taking keyboard input in JavaScript is essential for building interactive web applications. Whether you're creating a game, handling user login, or simply getting user preferences, JavaScript …

  7. KeyboardEvent - Web APIs - MDN

    Sep 18, 2025 · KeyboardEvent objects describe a user interaction with the keyboard; each event describes a single interaction between the user and a key (or combination of a key with modifier …

  8. Keyboard Event Viewer - GitHub Pages

    A tool to visualize and debug keyboard events in web applications.

  9. JavaScript Keycode List – Keypress Event Key Codes for Enter, Space ...

    Jan 8, 2021 · Learn how to handle JavaScript keyboard events using the KeyboardEvent interface, including key codes for Enter, Space, Backspace, and more.

  10. KeyboardEvent: code property - Web APIs | MDN - MDN Web Docs

    Oct 13, 2025 · The KeyboardEvent.code property represents a physical key on the keyboard (as opposed to the character generated by pressing the key). In other words, this property returns a …