/cl-xkb

Primary LanguageCommon LispBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

cl-xkb

cl-xkb is a Common Lisp wrapper for libxkbcommon. libxkbcommon is library for handling keyboard descriptions and their state.

Status

cl-xkb started development to support ulubis. The library currently supports these xkb modules:

Pull requests adding more of the API are more than welcome.

Requirements

cl-xkb requires libxkbcommon and CFFI. It may require development files from your distribution -- the package should usually be called something like libxkbcommon-dev

Installation

CL-USER> (ql:quickload :cl-xkb)