0

Описание

Языки

  • Python78,4%
  • Meson14%
  • Perl4,4%
  • Shell2,3%
  • XSLT0,9%
2 месяца назад
6 месяцев назад
2 года назад
2 месяца назад
10 месяцев назад
2 месяца назад
README.md

xkeyboard-config

This project provides a consistent, well-structured, frequently released, open source database of keyboard configuration data. The project is targeted at XKB-based systems.

What is XKB?

The X KeyBoard (XKB) Extension essentially replaces the core protocol definition of a keyboard. The extension makes it possible to specify clearly and explicitly most aspects of keyboard behaviour on a per-key basis, and to track more closely the logical and physical state of a keyboard. It also includes a number of keyboard controls designed to make keyboards more accessible to people with physical impairments.

There are five components that define a complete keyboard mapping: symbols, geometry, keycodes, compat, and types; these five components can be combined together using the 'rules' component of the database provided by this project, xkeyboard-config.

The complete specification for the XKB Extension can be found here: http://xfree86.org/current/XKBproto.pdf

Documentation

Building

This project is built using meson. The following instructions aim at a minimal build setup; for contributing please see the dedicated instructions.

  1. Install meson:

  2. Setup & build:

  3. Install locally for debugging:

  4. Test:

Contributing

Contributions are much appreciated! See our contribution guide for further details.