|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | - | - |
| build/usr/local/share/ | | 12-May-2024 | - | 95,035 | 85,611 |
| compat/ | | 12-May-2024 | - | 1,550 | 1,289 |
| docs/ | | 12-May-2024 | - | 1,273 | 997 |
| geometry/ | | 12-May-2024 | - | 14,608 | 13,444 |
| keycodes/ | | 12-May-2024 | - | 5,279 | 4,649 |
| m4/ | | 12-May-2024 | - | 2,452 | 2,334 |
| man/ | | 12-May-2024 | - | 3,582 | 3,132 |
| po/ | | 12-May-2024 | - | 258,491 | 197,495 |
| rules/ | | 12-May-2024 | - | 26,128 | 24,976 |
| symbols/ | | 12-May-2024 | - | 49,905 | 42,370 |
| types/ | | 12-May-2024 | - | 1,390 | 1,203 |
| .gitattributes | D | 12-May-2024 | 631 | 16 | 15 |
| AUTHORS | D | 12-May-2024 | 510 | 16 | 13 |
| BUILD.gn | D | 12-May-2024 | 53.6 KiB | 1,747 | 1,456 |
| COPYING | D | 12-May-2024 | 9 KiB | 191 | 150 |
| ChangeLog | D | 12-May-2024 | 50 | 2 | 1 |
| Makefile | D | 12-May-2024 | 29.3 KiB | 886 | 787 |
| Makefile.am | D | 12-May-2024 | 479 | 19 | 11 |
| NEWS | D | 12-May-2024 | 4.9 KiB | 122 | 121 |
| OAT.xml | D | 12-May-2024 | 5.2 KiB | 83 | 27 |
| README | D | 12-May-2024 | 1.6 KiB | 48 | 31 |
| README.OpenSource | D | 12-May-2024 | 564 | 12 | 11 |
| TODO | D | 12-May-2024 | 531 | 7 | 6 |
| aclocal.m4 | D | 12-May-2024 | 131.9 KiB | 3,646 | 3,336 |
| autogen.sh | D | 12-May-2024 | 365 | 18 | 11 |
| bundle.json | D | 12-May-2024 | 1 KiB | 34 | 34 |
| compile | D | 12-May-2024 | 7.2 KiB | 349 | 259 |
| config.guess | D | 12-May-2024 | 43.1 KiB | 1,487 | 1,294 |
| config.log | D | 12-May-2024 | 22.6 KiB | 618 | 594 |
| config.rpath | D | 12-May-2024 | 18.1 KiB | 685 | 588 |
| config.status | D | 12-May-2024 | 39.9 KiB | 1,271 | 1,028 |
| config.sub | D | 12-May-2024 | 30.7 KiB | 1,791 | 1,636 |
| configure | D | 12-May-2024 | 258.9 KiB | 8,538 | 7,077 |
| configure.ac | D | 12-May-2024 | 3.8 KiB | 122 | 103 |
| install-sh | D | 12-May-2024 | 15 KiB | 519 | 337 |
| missing | D | 12-May-2024 | 6.7 KiB | 216 | 143 |
| xkeyboard-config.pc | D | 12-May-2024 | 181 | 9 | 7 |
| xkeyboard-config.pc.in | D | 12-May-2024 | 165 | 9 | 7 |
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
README.OpenSource
1[
2 {
3 "Name":"XKeyboardConfig",
4 "License":"MIT",
5 "License File":"COPYING",
6 "Version Number":"2.30",
7 "Owner":"pengfei.hou@huawei.com",
8 "Upstream URL":"https://www.freedesktop.org/wiki/Software/XKeyboardConfig/Development/",
9 "Description": "The non-arch keyboard configuration database for X Window. The goal is to provide the consistent, well-structured, frequently released open source of X keyboard configuration data for X Window System implementations (free, open source and commercial). The project is targeted to XKB-based systems"
10 }
11]
12