README: move note about xkeyboard-config to its own section
authorRan Benita <ran234@gmail.com>
Sat, 18 Oct 2014 10:34:15 +0000 (13:34 +0300)
committerRan Benita <ran234@gmail.com>
Sat, 18 Oct 2014 10:34:15 +0000 (13:34 +0300)
Signed-off-by: Ran Benita <ran234@gmail.com>
README.md

index b45a674..41208d8 100644 (file)
--- 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,