@hackage / keycode

Maps web browser keycodes to their corresponding keyboard keys

Latest0.2.4

About

Metadata

  • Last updated , by ryanglscott
  • License BSD-3-Clause
  • Categories Web Development
  • Maintained by: Ryan Scott <ryan.gl.scott@gmail.com>

  • Lottery factor: 1

Links

Installation

Tested Compilers

  1. 9.12.2
  2. 9.10.3
  3. 9.8.4
  4. 9.6.7
  5. 9.4.8
  6. 9.2.8
  7. 9.0.2
  8. 8.10.7
  9. 8.8.4
  10. 8.6.5
  11. 8.4.4
  12. 8.2.2
  13. 8.0.2

Readme

keycode

Hackage Hackage Dependencies Haskell Programming Language BSD3 License Build Status

Keyboard events in web browsers are often represented as keycodes, which (1) are difficult to remember, and (2) sometimes vary from browser to browser. This package allows one to look up a key press's keycode and get a plain English description of the key that was pressed, to reduce confusion.