keycode

Maps web browser keycodes to their corresponding keyboard keys

https://github.com/RyanGlScott/keycode

Version on this page:0.1@rev:1
LTS Haskell 22.17:0.2.2@rev:10
Stackage Nightly 2024-04-18:0.2.2@rev:10
Latest on Hackage:0.2.2@rev:10

See all snapshots keycode appears in

BSD-3-Clause licensed by Ryan Scott
Maintained by Ryan Scott
This version can be pinned in stack with:keycode-0.1@sha256:ae7140460eef7a9df0ba104ef06004cbfa6274282ec85eee26ae3d0e5c1b402c,1383

Module documentation for 0.1

Depends on 2 packages(full list with versions):

keycode Hackage version 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.

Changes

0.1

  • Initial commit