Re: [PATCH weston] clients: Add XKB compose key support

2016-10-06 Thread Bryce Harrington
On Thu, Oct 06, 2016 at 01:06:42PM +0100, Daniel Stone wrote: > Hi, > > On 6 October 2016 at 01:18, Bryce Harrington wrote: > > This adds single-symbol compose support using libxkbcommon's compose > > functionality. E.g., assuming you have the right alt key defined as > >

Re: [PATCH weston] clients: Add XKB compose key support

2016-10-06 Thread Daniel Stone
Hi, On 6 October 2016 at 01:18, Bryce Harrington wrote: > 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 +i+' will produce í, and +y+= will > produce ¥.

[PATCH weston] clients: Add XKB compose key support

2016-10-05 Thread Bryce Harrington
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 +i+' will produce í, and +y+= will produce ¥. This makes compose key work for weston-editor, weston-terminal, weston-eventdemo, and