emacs-keys

library to parse emacs style keybinding into the modifiers and the chars

https://github.com/cocreature/emacs-keys

Latest on Hackage:0.0.2.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

ISC licensed by Moritz Kiefer
Maintained by [email protected]

Allows parsing emacs style keybindings like "M-a", "C-M-a" or "M-Return". For convenience a TH helper that turns parse errors into compile errors is also provided.