linuxOS_AP06/external/xserver/xkb
2025-06-03 12:28:32 +08:00
..
ddxBeep.c v1.1.1 2025-06-03 12:28:32 +08:00
ddxCtrls.c v1.1.1 2025-06-03 12:28:32 +08:00
ddxKillSrv.c v1.1.1 2025-06-03 12:28:32 +08:00
ddxLEDs.c v1.1.1 2025-06-03 12:28:32 +08:00
ddxLoad.c v1.1.1 2025-06-03 12:28:32 +08:00
ddxPrivate.c v1.1.1 2025-06-03 12:28:32 +08:00
ddxVT.c v1.1.1 2025-06-03 12:28:32 +08:00
Makefile.am v1.1.1 2025-06-03 12:28:32 +08:00
Makefile.in v1.1.1 2025-06-03 12:28:32 +08:00
maprules.c v1.1.1 2025-06-03 12:28:32 +08:00
meson.build v1.1.1 2025-06-03 12:28:32 +08:00
README.compiled v1.1.1 2025-06-03 12:28:32 +08:00
xkb.c v1.1.1 2025-06-03 12:28:32 +08:00
xkb.h v1.1.1 2025-06-03 12:28:32 +08:00
xkbAccessX.c v1.1.1 2025-06-03 12:28:32 +08:00
xkbActions.c v1.1.1 2025-06-03 12:28:32 +08:00
XKBAlloc.c v1.1.1 2025-06-03 12:28:32 +08:00
xkbDflts.h v1.1.1 2025-06-03 12:28:32 +08:00
xkbEvents.c v1.1.1 2025-06-03 12:28:32 +08:00
xkbfmisc.c v1.1.1 2025-06-03 12:28:32 +08:00
XKBGAlloc.c v1.1.1 2025-06-03 12:28:32 +08:00
xkbgeom.h v1.1.1 2025-06-03 12:28:32 +08:00
xkbInit.c v1.1.1 2025-06-03 12:28:32 +08:00
xkbLEDs.c v1.1.1 2025-06-03 12:28:32 +08:00
XKBMAlloc.c v1.1.1 2025-06-03 12:28:32 +08:00
XKBMisc.c v1.1.1 2025-06-03 12:28:32 +08:00
xkbout.c v1.1.1 2025-06-03 12:28:32 +08:00
xkbPrKeyEv.c v1.1.1 2025-06-03 12:28:32 +08:00
xkbSwap.c v1.1.1 2025-06-03 12:28:32 +08:00
xkbtext.c v1.1.1 2025-06-03 12:28:32 +08:00
xkbUtils.c v1.1.1 2025-06-03 12:28:32 +08:00
XKM_file_format.txt v1.1.1 2025-06-03 12:28:32 +08:00
xkmread.c v1.1.1 2025-06-03 12:28:32 +08:00

The X server uses this directory to store the compiled version of the
current keymap and/or any scratch keymaps used by clients.  The X server
or some other tool might destroy or replace the files in this directory,
so it is not a safe place to store compiled keymaps for long periods of
time.  The default keymap for any server is usually stored in:
     X<num>-default.xkm
where <num> is the display number of the server in question, which makes
it possible for several servers *on the same host* to share the same 
directory.

Unless the X server is modified, sharing this directory between servers on
different hosts could cause problems.