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
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
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