You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2c6989f81e
The previous if/else condition resulted in us always setting the key type count to the current number of key types. Split this up correctly. Regression introduced in |
3 years ago | |
---|---|---|
.. | ||
Makefile.am | 12 years ago | |
README.compiled | 21 years ago | |
XKBAlloc.c | 10 years ago | |
XKBGAlloc.c | 4 years ago | |
XKBMAlloc.c | 8 years ago | |
XKBMisc.c | 4 years ago | |
XKM_file_format.txt | 4 years ago | |
ddxBeep.c | 10 years ago | |
ddxCtrls.c | 10 years ago | |
ddxKillSrv.c | 10 years ago | |
ddxLEDs.c | 10 years ago | |
ddxLoad.c | 4 years ago | |
ddxPrivate.c | 13 years ago | |
ddxVT.c | 10 years ago | |
maprules.c | 8 years ago | |
meson.build | 8 years ago | |
xkb.c | 3 years ago | |
xkb.h | 13 years ago | |
xkbAccessX.c | 9 years ago | |
xkbActions.c | 4 years ago | |
xkbDflts.h | 7 years ago | |
xkbEvents.c | 9 years ago | |
xkbInit.c | 6 years ago | |
xkbLEDs.c | 9 years ago | |
xkbPrKeyEv.c | 8 years ago | |
xkbSwap.c | 4 years ago | |
xkbUtils.c | 7 years ago | |
xkbfmisc.c | 10 years ago | |
xkbgeom.h | 10 years ago | |
xkbout.c | 10 years ago | |
xkbtext.c | 3 years ago | |
xkmread.c | 4 years ago |
README.compiled
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.