Go to file
openharmony_ci 095361a477
!7 feat: add bundle.json
Merge pull request !7 from 33/master
2022-01-20 04:04:55 +00:00
build/usr/local/share update OpenHarmony 2.0 Canary 2021-06-02 02:24:17 +08:00
compat del unused files 2021-06-03 20:15:37 +08:00
docs del unused files 2021-06-03 20:15:37 +08:00
geometry del unused files 2021-06-03 20:15:37 +08:00
keycodes del unused files 2021-06-03 20:15:37 +08:00
m4 update OpenHarmony 2.0 Canary 2021-06-02 02:24:17 +08:00
man del unused files 2021-06-03 20:15:37 +08:00
po del unused files 2021-06-03 20:15:37 +08:00
rules del unused files 2021-06-03 20:15:37 +08:00
symbols del unused files 2021-06-03 20:15:37 +08:00
types del unused files 2021-06-03 20:15:37 +08:00
.gitattributes update OpenHarmony 2.0 Canary 2021-06-02 02:24:17 +08:00
aclocal.m4 update OpenHarmony 2.0 Canary 2021-06-02 02:24:17 +08:00
AUTHORS update OpenHarmony 2.0 Canary 2021-06-02 02:24:17 +08:00
autogen.sh update OpenHarmony 2.0 Canary 2021-06-02 02:24:17 +08:00
BUILD.gn update OpenHarmony 2.0 Canary 2021-06-02 02:24:17 +08:00
bundle.json feat: add bundle.json 2022-01-18 18:02:25 +08:00
ChangeLog update OpenHarmony 2.0 Canary 2021-06-02 02:24:17 +08:00
compile update OpenHarmony 2.0 Canary 2021-06-02 02:24:17 +08:00
config.guess update OpenHarmony 2.0 Canary 2021-06-02 02:24:17 +08:00
config.log update OpenHarmony 2.0 Canary 2021-06-02 02:24:17 +08:00
config.rpath update OpenHarmony 2.0 Canary 2021-06-02 02:24:17 +08:00
config.status update OpenHarmony 2.0 Canary 2021-06-02 02:24:17 +08:00
config.sub update OpenHarmony 2.0 Canary 2021-06-02 02:24:17 +08:00
configure update OpenHarmony 2.0 Canary 2021-06-02 02:24:17 +08:00
configure.ac update OpenHarmony 2.0 Canary 2021-06-02 02:24:17 +08:00
COPYING update OpenHarmony 2.0 Canary 2021-06-02 02:24:17 +08:00
install-sh update OpenHarmony 2.0 Canary 2021-06-02 02:24:17 +08:00
Makefile update OpenHarmony 2.0 Canary 2021-06-02 02:24:17 +08:00
Makefile.am update OpenHarmony 2.0 Canary 2021-06-02 02:24:17 +08:00
missing update OpenHarmony 2.0 Canary 2021-06-02 02:24:17 +08:00
NEWS update OpenHarmony 2.0 Canary 2021-06-02 02:24:17 +08:00
OAT.xml update OAT.xml. 2021-08-02 04:33:03 +00:00
README update OpenHarmony 2.0 Canary 2021-06-02 02:24:17 +08:00
README.OpenSource update OpenHarmony 2.0 Canary 2021-06-02 02:24:17 +08:00
TODO update OpenHarmony 2.0 Canary 2021-06-02 02:24:17 +08:00
xkeyboard-config.pc update OpenHarmony 2.0 Canary 2021-06-02 02:24:17 +08:00
xkeyboard-config.pc.in update OpenHarmony 2.0 Canary 2021-06-02 02:24:17 +08:00

X Keyboard Extension
--------------------

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

xkeyboard-config
----------------

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

For XKB configuration information, see:

  docs/README.config

For information on how to enhance the database itself, see:

  docs/README.enhancing

For information on how to replace an older XKB configuration database
with the one provided by this project, see:

  docs/HOWTO.transition

For guidelines to making contributions to this project, see:

  http://www.freedesktop.org/wiki/Software/XKeyboardConfig/Rules

To submit bug reports (and patches), please use the issue system in
freedesktop.org's gitlab instance:

  https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/issues