keycode: Maps web browser keycodes to their corresponding keyboard keys
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]
Downloads
- keycode-0.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1, 0.1.1, 0.2, 0.2.1, 0.2.2, 0.2.3 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=3 && <5), containers, ghc-prim, template-haskell (>=2.11 && <2.12) [details] |
Tested with | ghc ==7.0.4, ghc ==7.2.2, ghc ==7.4.2, ghc ==7.6.3, ghc ==7.8.4, ghc ==7.10.3, ghc ==8.0.1 |
License | BSD-3-Clause |
Copyright | (C) 2015-2016 Ryan Scott |
Author | Ryan Scott |
Maintainer | Ryan Scott <ryan.gl.scott@gmail.com> |
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 2016-04-22T14:42:29Z |
Distributions | LTSHaskell:0.2.3, NixOS:0.2.3, Stackage:0.2.3 |
Reverse Dependencies | 5 direct, 18 indirect [details] |
Downloads | 6591 total (5 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |