Re: [PATCH weston v2] compositor: add an option to set the default numlock value

2014-08-28 Thread Pekka Paalanen
On Fri, 22 Aug 2014 11:48:59 +0300 Giulio Camuffo wrote: > Add a new "numlock-on" option in the [keyboard] section of weston.ini > which, if set to true, is used to enable the numlock of the keyboards > attached at startup. > --- > man/weston.ini.man | 6 ++ > src/compositor.c | 13 ++

[PATCH weston v2] compositor: add an option to set the default numlock value

2014-08-22 Thread Giulio Camuffo
Add a new "numlock-on" option in the [keyboard] section of weston.ini which, if set to true, is used to enable the numlock of the keyboards attached at startup. --- man/weston.ini.man | 6 ++ src/compositor.c | 13 + 2 files changed, 19 insertions(+) diff --git a/man/weston.ini