xkbcommon: Haskell bindings for libxkbcommon
Wrapper library for libxkbcommon, which is the new alternative for the X11 XKB.h keyboard input
API. Specifically, it finds keymap files from disk based on Rule/Model/Layout/Variant/Option
specifications, and compiles them into a Keymap
. From this Keymap
, a KeyboardState
can be
constructed which represents the states of various physical buttons such as the shiftaltctrl
keys, and can give the correct key symbol based on keyboard events. E.g., pressing the <h>
key
while <shift>
is pressed produces the H
symbol in the common QWERTY keymaps, but in e.g.
the Dvorak keymap, it produces the D symbol.
After keymap creation, which libxkbcommon can do based on locale preferences and enviroment variables, this is all handled by routing keyboard events through libxkbcommon.
At this stage, these haskell bindings do not make libxkbcommon look much like a haskell library. For example, in principle the entire libxkbcommon library is just a stateful processor, and has nothing to do with the IO monad. However, because I am not yet a very good haskell programmer, and because in most realistic use cases input data comes from the IO monad anyway, the stateful operations are encoded in the IO monad anyway.
Note that these bindings load the keysym constants from the libxkbcommon C header files at compile time using TH, and similarly keycodes from the Linux header files. These should be present for correct compilation.
Modules
[Index]
Downloads
- xkbcommon-0.0.3.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.0.0, 0.0.1, 0.0.2, 0.0.3 |
---|---|
Dependencies | base (<5), bytestring, cpphs, data-flags, filepath, process, storable-record, template-haskell, text, transformers [details] |
License | MIT[multiple license files] |
Author | Auke Booij |
Maintainer | auke@tulcod.com |
Category | Text |
Source repo | head: git clone https://github.com/tulcod/haskell-xkbcommon.git |
Uploaded | by AukeBooij at 2016-10-02T21:38:47Z |
Distributions | |
Reverse Dependencies | 3 direct, 0 indirect [details] |
Downloads | 2773 total (12 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] |