summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRan Benita <ran234@gmail.com>2014-10-18 13:34:15 +0300
committerRan Benita <ran234@gmail.com>2014-10-18 13:34:15 +0300
commitcb46189335d8099364a2e1965e285f019312a6d4 (patch)
tree49d4096206681f3d5e0f3a068757edc294dca5b1
parent8bf1e193fc0a8a62760c641ceb02f5e023980118 (diff)
downloadxorg-lib-libxkbcommon-cb46189335d8099364a2e1965e285f019312a6d4.tar.gz
README: move note about xkeyboard-config to its own section
Signed-off-by: Ran Benita <ran234@gmail.com>
-rw-r--r--README.md14
1 files changed, 8 insertions, 6 deletions
diff --git a/README.md b/README.md
index b45a674..41208d8 100644
--- a/README.md
+++ b/README.md
@@ -12,12 +12,6 @@ key events must be fed into the xkb_state object using xkb_state_update_key().
Once this is done, the xkb_state object will be properly updated, and the
keysyms to use can be obtained with xkb_state_key_get_syms().
-libxkbcommon does not distribute a dataset itself, other than for testing
-purposes. The most common dataset is xkeyboard-config, as used by all
-current distributions for their X11 XKB data. More information on
-xkeyboard-config is available here:
- http://www.freedesktop.org/wiki/Software/XKeyboardConfig
-
## Quick Guide
See [Quick Guide](doc/quick-guide.md).
@@ -30,6 +24,14 @@ expose fewer internal details to clients. The supported API is available
in the xkbcommon/xkbcommon-*.h files. Additional support is provided for
X11 (XCB) clients, in the xkbcommon-x11 library, xkbcommon/xkbcommon-x11.h.
+## Dataset
+
+libxkbcommon does not distribute a keymap dataset itself, other than for
+testing purposes. The most common dataset is xkeyboard-config, which is used
+by all current distributions for their X11 XKB data. More information on
+xkeyboard-config is available here:
+ http://www.freedesktop.org/wiki/Software/XKeyboardConfig
+
## Relation to X11
Relative to the XKB 1.1 specification implemented in current X servers,