Re: [PATCH weston] Add a way to update the keymap

2013-10-22 Thread Kristian Høgsberg
On Thu, Oct 10, 2013 at 07:53:12PM +0200, Rui Tiago Cação Matos wrote: > Hi, > > On 7 October 2013 20:16, Ran Benita wrote: > > At least retaining the locked modifiers (and therefore the LED state in > > most cases) would be nice, and not too problematic I think (though some > > edge cases are ex

Re: [PATCH weston] Add a way to update the keymap

2013-10-10 Thread Ran Benita
On Thu, Oct 10, 2013 at 07:53:12PM +0200, Rui Tiago Cação Matos wrote: > Hi, > > On 7 October 2013 20:16, Ran Benita wrote: > > At least retaining the locked modifiers (and therefore the LED state in > > most cases) would be nice, and not too problematic I think (though some > > edge cases are ex

Re: [PATCH weston] Add a way to update the keymap

2013-10-10 Thread Rui Tiago Cação Matos
Hi, On 7 October 2013 20:16, Ran Benita wrote: > At least retaining the locked modifiers (and therefore the LED state in > most cases) would be nice, and not too problematic I think (though some > edge cases are expected). Ok, the new version keeps both latched and locked modifiers. > (Also, th

Re: [PATCH weston] Add a way to update the keymap

2013-10-10 Thread Rui Tiago Cação Matos
Hi, On 7 October 2013 16:27, Daniel Stone wrote: > But I'm really not sure about this. It's really hard to get this > right, especially when you're changing modifier options. The only > real workable solution I've seen is to pend the actual change until > all keys have been released. So, in th

Re: [PATCH weston] Add a way to update the keymap

2013-10-07 Thread Ran Benita
On Mon, Oct 07, 2013 at 03:32:15PM +0200, Rui Matos wrote: > We'll need something like this in mutter-wayland to allow people to > add/change their keyboard layouts with gnome-control-center so I > figured I'd start by implementing the basics in weston first. > > There's an implementation for a co

Re: [PATCH weston] Add a way to update the keymap

2013-10-07 Thread Daniel Stone
Hi, On 7 October 2013 14:32, Rui Matos wrote: > We'll need something like this in mutter-wayland to allow people to > add/change their keyboard layouts with gnome-control-center so I > figured I'd start by implementing the basics in weston first. > > There's an implementation for a couple of back

[PATCH weston] Add a way to update the keymap

2013-10-07 Thread Rui Matos
We'll need something like this in mutter-wayland to allow people to add/change their keyboard layouts with gnome-control-center so I figured I'd start by implementing the basics in weston first. There's an implementation for a couple of backends and a fix for the client side which would leak on ke