1706f2543Smrg 2706f2543SmrgThe X server uses this directory to store the compiled version of the 3706f2543Smrgcurrent keymap and/or any scratch keymaps used by clients. The X server 4706f2543Smrgor some other tool might destroy or replace the files in this directory, 5706f2543Smrgso it is not a safe place to store compiled keymaps for long periods of 6706f2543Smrgtime. The default keymap for any server is usually stored in: 7706f2543Smrg X<num>-default.xkm 8706f2543Smrgwhere <num> is the display number of the server in question, which makes 9706f2543Smrgit possible for several servers *on the same host* to share the same 10706f2543Smrgdirectory. 11706f2543Smrg 12706f2543SmrgUnless the X server is modified, sharing this directory between servers on 13706f2543Smrgdifferent hosts could cause problems. 14