From cb46189335d8099364a2e1965e285f019312a6d4 Mon Sep 17 00:00:00 2001 From: Ran Benita Date: Sat, 18 Oct 2014 13:34:15 +0300 Subject: README: move note about xkeyboard-config to its own section Signed-off-by: Ran Benita --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'README.md') 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, -- cgit v1.2.1