https://bugs.freedesktop.org/show_bug.cgi?id=53648

Bryce Harrington <br...@osg.samsung.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #3 from Bryce Harrington <br...@osg.samsung.com> ---
commit 894b3ecc634f09029afd0f910083f2df562f5a54
Author:     Bryce Harrington <br...@osg.samsung.com>
AuthorDate: Mon Oct 10 15:31:47 2016 -0700
Commit:     Bryce Harrington <br...@osg.samsung.com>
CommitDate: Tue Oct 11 10:42:50 2016 -0700

    clients: Add XKB compose key support

    This adds single-symbol compose support using libxkbcommon's compose
    functionality.  E.g., assuming you have the right alt key defined as
    your compose key, typing <RAlt>+i+' will produce í, and <RAlt>+y+= will
    produce ¥.  This makes compose key work for weston-editor,
    weston-terminal, weston-eventdemo, and any other clients that use
    Weston's window.* routines for accepting and managing keyboard input.

    Compose sequences are loaded from the system's standard tables.  As
    well, libxkbcommon will transparently load custom sequences from the
    user's ~/.XCompose file.

    Note that due to limitations in toytoolkit's key handler interface, only
    compose sequences resulting in single symbols are supported.  While
    libxkbcommon supports multi-symbol compose strings, support for passing
    text buffers to Weston clients is left as future work.

    This largely obviates the need for the weston-simple-im input method
    client, which had provided a very limited compose functionality that was
    only available in clients implementing the zwp_input_method protocol,
    and with no mechanism to load system or user-specified compose keys.

    Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=53648
    Signed-off-by: Bryce Harrington <br...@osg.samsung.com>
    Reviewed-by: Daniel Stone <dani...@collabora.com>
    Reviewed-by: Eric Engestrom <eric.engest...@imgtec.com>
    Reviewed-by: Emmanuel Gil Peyrot <linkma...@linkmauve.fr>

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs

Reply via email to