• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

compat/H03-May-2022-1,5491,291

docs/H03-May-2022-1,2741,000

geometry/H03-May-2022-13,44112,435

keycodes/H03-May-2022-4,3803,908

m4/H04-Oct-2021-2,4522,334

man/H03-May-2022-691581

po/H03-May-2022-257,190195,884

rules/H03-May-2022-21,38120,432

symbols/H03-May-2022-44,80338,201

types/H03-May-2022-1,3881,204

ABOUT-NLSH A D04-Oct-202191.8 KiB1,3801,341

AUTHORSH A D04-Oct-2021510 1613

COPYINGH A D04-Oct-20219 KiB191150

ChangeLogH A D04-Oct-202150 21

Makefile.amH A D04-Oct-2021652 2718

Makefile.inH A D03-May-202228.5 KiB901802

NEWSH A D04-Oct-20215 KiB130129

READMEH A D04-Oct-20211.6 KiB4831

aclocal.m4H A D04-Oct-2021132.2 KiB3,6503,340

autogen.shH A D04-Oct-2021365 1811

compileH A D04-Oct-20217.2 KiB349259

config.guessH A D04-Oct-202143.1 KiB1,4871,294

config.rpathH A D04-Oct-202118.1 KiB685588

config.subH A D04-Oct-202130.7 KiB1,7911,636

configureH A D04-Oct-2021257.7 KiB8,5407,077

configure.acH A D04-Oct-20213.5 KiB10788

install-shH A D04-Oct-202115.3 KiB530346

meson.buildH A D04-Oct-20212.1 KiB6455

missingH A D04-Oct-20216.7 KiB216143

xkeyboard-config.pc.inH A D04-Oct-2021165 97

README

1X Keyboard Extension
2--------------------
3
4The X Keyboard (XKB) Extension essentially replaces the core protocol
5definition of a keyboard. The extension makes it possible to specify
6clearly and explicitly most aspects of keyboard behaviour on a per-key
7basis, and to track more closely the logical and physical state of a
8keyboard. It also includes a number of keyboard controls designed to
9make keyboards more accessible to people with physical impairments.
10
11There are five components that define a complete keyboard mapping:
12symbols, geometry, keycodes, compat, and types; these five components
13can be combined together using the 'rules' component of the database
14provided by this project, xkeyboard-config.
15
16The complete specification for the XKB Extension can be found here:
17
18  http://xfree86.org/current/XKBproto.pdf
19
20xkeyboard-config
21----------------
22
23This project provides a consistent, well-structured, frequently
24released, open source database of keyboard configuration data. The
25project is targeted to XKB-based systems.
26
27For XKB configuration information, see:
28
29  docs/README.config
30
31For information on how to enhance the database itself, see:
32
33  docs/README.enhancing
34
35For information on how to replace an older XKB configuration database
36with the one provided by this project, see:
37
38  docs/HOWTO.transition
39
40For guidelines to making contributions to this project, see:
41
42  http://www.freedesktop.org/wiki/Software/XKeyboardConfig/Rules
43
44To submit bug reports (and patches), please use the issue system in
45freedesktop.org's gitlab instance:
46
47  https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/issues
48