openbsd-xenocara/app/xkbcomp
matthieu 933b6c32fd Update to xkbcomp 1.4.6 2023-04-10 15:34:57 +00:00
..
man Update to xkbcomp 1.4.6 2023-04-10 15:34:57 +00:00
COPYING Update to xkbcomp 1.4.5 2021-08-29 18:03:40 +00:00
ChangeLog Update to xkbcomp 1.4.6 2023-04-10 15:34:57 +00:00
INSTALL
Makefile.am Update to xkbcomp 1.4.5 2021-08-29 18:03:40 +00:00
Makefile.bsd-wrapper
Makefile.in Update to xkbcomp 1.4.6 2023-04-10 15:34:57 +00:00
README Update to xkbcomp 1.4.4 2021-01-01 13:20:13 +00:00
aclocal.m4 Update to xkbcomp 1.4.6 2023-04-10 15:34:57 +00:00
action.c Update to xkbcomp 1.4.5 2021-08-29 18:03:40 +00:00
action.h Update to xkbcomp 1.4.5 2021-08-29 18:03:40 +00:00
alias.c Update to xkbcomp 1.4.5 2021-08-29 18:03:40 +00:00
alias.h Update to xkbcomp 1.4.5 2021-08-29 18:03:40 +00:00
compat.c Update to xkbcomp 1.4.6 2023-04-10 15:34:57 +00:00
compat.h
compile Update to xkbcomp 1.4.6 2023-04-10 15:34:57 +00:00
config.guess
config.h.in Update to xkbcomp 1.4.6 2023-04-10 15:34:57 +00:00
config.sub
configure Update to xkbcomp 1.4.6 2023-04-10 15:34:57 +00:00
configure.ac Update to xkbcomp 1.4.6 2023-04-10 15:34:57 +00:00
depcomp
expr.c Update to xkbcomp 1.4.5 2021-08-29 18:03:40 +00:00
expr.h Update to xkbcomp 1.4.5 2021-08-29 18:03:40 +00:00
geometry.c Update to xkbcomp 1.4.5 2021-08-29 18:03:40 +00:00
indicators.c Update to xkbcomp 1.4.6 2023-04-10 15:34:57 +00:00
indicators.h Update to xkbcomp 1.4.5 2021-08-29 18:03:40 +00:00
install-sh
keycodes.c Update to xkbcomp 1.4.5 2021-08-29 18:03:40 +00:00
keycodes.h Update to xkbcomp 1.4.5 2021-08-29 18:03:40 +00:00
keymap.c Update to xkbcomp 1.4.5 2021-08-29 18:03:40 +00:00
keytypes.c Update to xkbcomp 1.4.5 2021-08-29 18:03:40 +00:00
listing.c Update to xkbcomp 1.4.5 2021-08-29 18:03:40 +00:00
misc.c Update to xkbcomp 1.4.5 2021-08-29 18:03:40 +00:00
misc.h Update to xkbcomp 1.4.5 2021-08-29 18:03:40 +00:00
missing
parseutils.c Update to xkbcomp 1.4.5 2021-08-29 18:03:40 +00:00
parseutils.h Update to xkbcomp 1.4.5 2021-08-29 18:03:40 +00:00
symbols.c Update to xkbcomp 1.4.6 2023-04-10 15:34:57 +00:00
tokens.h Update to xkbcomp 1.4.5 2021-08-29 18:03:40 +00:00
utils.c Update to xkbcomp 1.4.5 2021-08-29 18:03:40 +00:00
utils.h Update to xkbcomp 1.4.5 2021-08-29 18:03:40 +00:00
vmod.c Update to xkbcomp 1.4.5 2021-08-29 18:03:40 +00:00
vmod.h Update to xkbcomp 1.4.5 2021-08-29 18:03:40 +00:00
xkbcomp.c Update to xkbcomp 1.4.5 2021-08-29 18:03:40 +00:00
xkbcomp.h Update to xkbcomp 1.4.5 2021-08-29 18:03:40 +00:00
xkbcomp.pc.in Update to xkbcomp 1.4.3 2020-08-16 15:56:49 +00:00
xkbparse.y Update to xkbcomp 1.4.5 2021-08-29 18:03:40 +00:00
xkbpath.c Update to xkbcomp 1.4.5 2021-08-29 18:03:40 +00:00
xkbpath.h
xkbscan.c Update to xkbcomp 1.4.5 2021-08-29 18:03:40 +00:00
ylwrap

README

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

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

There are five types of components in the server database corresponding to five
xkb symbolic names: symbols, geometry, keycodes, compat and types which
determine the keyboard behaviour. These five components can combined together
into a resulting keyboard mapping using the 'rules' component.

More information, including the complete specification, can be found on
http://www.x.org/wiki/XKB