keycode: Maps web browser keycodes to their corresponding keyboard keys

[ bsd3, library, web ] [ Propose Tags ]

Keyboard events in web browsers are often represented as keycodes, which (1) are difficult to remember, and (2) sometimes vary from browser to browser. Web.KeyCode 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.


[Skip to Readme]

Modules

[Index]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.1.1, 0.2, 0.2.1, 0.2.2
Change log CHANGELOG.md
Dependencies base (>=3 && <5), containers [details]
License BSD-3-Clause
Copyright (C) 2015 Ryan Scott
Author Ryan Scott
Maintainer Ryan Scott <ryan.gl.scott@gmail.com>
Revised Revision 1 made by ryanglscott at 2015-09-17T18:37:34Z
Category Web
Home page https://github.com/RyanGlScott/keycode
Bug tracker https://github.com/RyanGlScott/keycode/issues
Source repo head: git clone https://github.com/RyanGlScott/keycode
Uploaded by ryanglscott at 2015-08-21T20:08:40Z
Distributions LTSHaskell:0.2.2, NixOS:0.2.2, Stackage:0.2.2
Reverse Dependencies 5 direct, 18 indirect [details]
Downloads 6226 total (40 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-08-21 [all 1 reports]

Readme for keycode-0.1.1

[back to package description]

keycode

Hackage Hackage Dependencies Haskell Programming Language BSD3 License Build

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.