X Keymap
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=System files |extensions={{ext|xkm}} }} '''X Keymap''' ('''.xkm''') is a binary file format to map keyboard keys to input character...") |
Latest revision as of 23:35, 27 December 2014
X Keymap (.xkm) is a binary file format to map keyboard keys to input characters and actions used by the X Window System.
When the X server needs to load a given XKB keyboard layout description, it runs the xkbcomp command to compile the plain-text description files (usually the ones maintained by the xkb-config project) into the .xkm binary format, which the X server then reads using the API provided by libxkbfile.
[edit] Specs
[edit] Software
- xkbcomp: git repo, tarball releases
- libxkbfile: git repo, tarball releases