Create README
Consistent _cap suffixes
Get xkb compiling
A 1:1 Nim wrapper for libxkbcommon.
These bindings are currently quite C-like, and subject to cleanup in the future (though they do follow Nim naming conventions).
The keysyms.nim
file in particular is nasty: Constants describing specific keyboard keys are pretty much the antithesis to style insensitivity.
nimble install xkb
ptr T
parameters with ptr typesinit(t: typedesc[T])
style init functions