diff options
author | Ran Benita <ran234@gmail.com> | 2014-10-18 14:29:37 +0300 |
---|---|---|
committer | Ran Benita <ran234@gmail.com> | 2014-10-18 15:05:30 +0300 |
commit | b05a05edbd4f386de8cb82003ed3408786478e0f (patch) | |
tree | 74b99b3c4b598466a55fcef68fce7331670db11e /README.md | |
parent | 49dc91cedb3f7a8205c1f346f8b2e891decf9209 (diff) | |
download | libxkbcommon-b05a05edbd4f386de8cb82003ed3408786478e0f.tar.gz libxkbcommon-b05a05edbd4f386de8cb82003ed3408786478e0f.tar.bz2 libxkbcommon-b05a05edbd4f386de8cb82003ed3408786478e0f.zip |
README: add notes about Compose support
Signed-off-by: Ran Benita <ran234@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,7 +1,9 @@ # libxkbcommon -libxkbcommon is a keymap compiler and support library which processes a -reduced subset of keymaps as defined by the XKB specification. +libxkbcommon is a keyboard keymap compiler and support library which +processes a reduced subset of keymaps as defined by the XKB (X Keyboard +Extension) specification. It also contains a module for handling Compose +and dead keys. ## Quick Guide @@ -23,6 +25,9 @@ by all current distributions for their X11 XKB data. More information on xkeyboard-config is available here: http://www.freedesktop.org/wiki/Software/XKeyboardConfig +The dataset for Compose is distributed in libX11, as part of the X locale +data. + ## Relation to X11 See [Compatibility](doc/compat.md) notes. |