diff options
author | Ran Benita <ran234@gmail.com> | 2012-07-28 23:31:08 +0300 |
---|---|---|
committer | Ran Benita <ran234@gmail.com> | 2012-08-07 11:09:42 +0300 |
commit | 6eb5929d48f2e9387ba6030872bad2c5bf5064b2 (patch) | |
tree | 2b0686c99f0846651414fc3f47225827be0e9e72 /README | |
parent | 7c7e43415128229c97b2f9efa756c485774caa3b (diff) |
README: s/xkb_desc/xkb_keymap
Signed-off-by: Ran Benita <ran234@gmail.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,10 +4,10 @@ xkbcommon libxkbcommon is a keymap compiler and support library which processes a reduced subset of keymaps as defined by the XKB specification. Primarily, a keymap is created from a set of Rules/Model/Layout/Variant/Options names, -processed through an XKB ruleset, and compiled into a struct xkb_desc, which -is the base type for all xkbcommon operations. +processed through an XKB ruleset, and compiled into a struct xkb_keymap, +which is the base type for all xkbcommon operations. -From an xkb_desc, an xkb_state object is created which holds the current +From an xkb_keymap, an xkb_state object is created which holds the current state of all modifiers, groups, LEDs, etc, relating to that keymap. All 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 |