Home | History | Annotate | only in /xsrc/external/mit/xkbcomp/dist
Up to higher level directory
NameDateSize
aclocal.m409-Dec-2025131.1K
action.c04-Jul-202445.1K
action.h04-Jul-20242.7K
alias.c09-Dec-20258.6K
alias.h04-Jul-20242K
ChangeLog09-Dec-202597.8K
compat.c09-Dec-202526K
compat.h21-Aug-200994
compile09-Dec-20257.9K
config.guess09-Dec-202549.6K
config.h.in09-Dec-20255.3K
config.sub09-Dec-202538.8K
configure09-Dec-2025376.8K
configure.ac09-Dec-20252.8K
COPYING27-Apr-20214.3K
depcomp09-Dec-202523.1K
expr.c09-Dec-202531.1K
expr.h04-Jul-20245.4K
geometry.c04-Jul-2024110.3K
indicators.c04-Jul-202418.7K
indicators.h04-Jul-20243.1K
INSTALL22-Jul-201515.4K
install-sh09-Dec-202515.1K
keycodes.c09-Dec-202526.8K
keycodes.h27-Apr-20211.7K
keymap.c04-Jul-20246.2K
keytypes.c09-Dec-202538.3K
listing.c04-Jul-202414K
Makefile.am09-Dec-20252.2K
Makefile.in09-Dec-202538.4K
man/19-Feb-2026
meson.build09-Dec-20257.2K
meson.options09-Dec-2025133
misc.c04-Jul-202418.7K
misc.h04-Jul-20243.7K
missing09-Dec-20257.6K
parseutils.c04-Jul-202419.8K
parseutils.h04-Jul-20246.1K
README27-Apr-2021843
symbols.c09-Dec-202569.3K
tokens.h27-Apr-20212.7K
utils.c09-Dec-20256.1K
utils.h17-Dec-20255.3K
vmod.c09-Dec-20258.4K
vmod.h04-Jul-20242.5K
xkbcomp.c09-Dec-202538.8K
xkbcomp.h04-Jul-20248.2K
xkbcomp.pc.in09-Dec-2025299
xkbparse.c09-Dec-2025117.7K
xkbparse.y09-Dec-202519.4K
xkbpath.c09-Dec-202510.9K
xkbpath.h04-Jul-20242.4K
xkbscan.c09-Dec-202518.2K
ylwrap09-Dec-20256.8K

README

      1 X Keyboard Extension
      2 --------------------
      3 
      4 The X Keyboard Extension essentially replaces the core protocol definition of
      5 keyboard. The extension makes possible to clearly and explicitly specify most
      6 aspects of keyboard behaviour on per-key basis and to more closely track the
      7 logical and physical state of the keyboard. It also includes a number of
      8 keyboard controls designed to make keyboards more accessible to people with
      9 physical impairments.
     10 
     11 There are five types of components in the server database corresponding to five
     12 xkb symbolic names: symbols, geometry, keycodes, compat and types which
     13 determine the keyboard behaviour. These five components can combined together
     14 into a resulting keyboard mapping using the 'rules' component.
     15 
     16 More information, including the complete specification, can be found on
     17 http://www.x.org/wiki/XKB
     18 
     19 
     20 
     21