Re: [PATCH] protocol: Document how clients are supposed to get the xkb keycode

2014-04-01 Thread Kristian Høgsberg
On Tue, Mar 25, 2014 at 04:35:39PM +0100, Rui Matos wrote: > This encodes what everyone is doing and avoids other implementers > having to guess. > --- > > Jasper suggested that it would be nice if the compositor sent keycodes > that clients could use directly as an index in the keymap. I suppose

[PATCH] protocol: Document how clients are supposed to get the xkb keycode

2014-03-25 Thread Rui Matos
This encodes what everyone is doing and avoids other implementers having to guess. --- Jasper suggested that it would be nice if the compositor sent keycodes that clients could use directly as an index in the keymap. I suppose we can't do that at this point so we should at least document it clearl