XKeyboard is extension for common lisp clx library. Implementation of small part of XKeyboard extension as described by http://www.x.org/docs/XKB/XKBproto.pdf
** Installation
git clone http://github.com/filonenko-mikhail/clx-xkeyboard.git --depth 1
For storing keyboard layout in Stumpwm window manager add to your =~/.stumpwmrc=.
(pushnew "/path/to/clx-xkeyboard/" asdf:central-registry) (load "/path/to/clx-xkeyboard/test/stumperwindowlayout.lisp") (run-commands "enable-per-window-layout")
License: MIT
Written by
Michael Filonenko