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

2014-08-21 Thread Giulio Camuffo
2014-08-21 10:31 GMT+03:00 Daniel Stone : > Hi, > > > On Wednesday, August 20, 2014, 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. > > > I'm fine w

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

2014-08-21 Thread Daniel Stone
Hi, On Wednesday, August 20, 2014, 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. > I'm fine with this in principle, but would like to see this test if i

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

2014-08-20 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