Re: [PATCH weston v3] compositor: add a way to change the keyboard locks

2014-08-28 Thread Pekka Paalanen
On Thu, 28 Aug 2014 12:12:59 +0300 Pekka Paalanen wrote: > On Fri, 22 Aug 2014 13:22:27 +0300 > Giulio Camuffo wrote: > > > This adds a function weston_keyboard_set_locks() which can be used to > > change the state of the num lock and the caps locks, changing the leds too. > > Only the evdev an

Re: [PATCH weston v3] compositor: add a way to change the keyboard locks

2014-08-28 Thread Pekka Paalanen
On Fri, 22 Aug 2014 13:22:27 +0300 Giulio Camuffo wrote: > This adds a function weston_keyboard_set_locks() which can be used to > change the state of the num lock and the caps locks, changing the leds too. > Only the evdev and libinput backends supports this, since it doesn't make > sense for em

[PATCH weston v3] compositor: add a way to change the keyboard locks

2014-08-22 Thread Giulio Camuffo
This adds a function weston_keyboard_set_locks() which can be used to change the state of the num lock and the caps locks, changing the leds too. Only the evdev and libinput backends supports this, since it doesn't make sense for embedded sessions. --- v3: forgot semicolon src/compositor.h | 10