diff options
author | Giulio Camuffo <giuliocamuffo@gmail.com> | 2014-08-28 19:44:10 +0300 |
---|---|---|
committer | Pekka Paalanen <pekka.paalanen@collabora.co.uk> | 2014-09-03 15:31:31 +0300 |
commit | de7e2b3ce3d8a929b47b6248c42364b2510c65ab (patch) | |
tree | 6982821bda1a0f1101900d14ca2107e7d821c943 /man | |
parent | 6ef444d0947459cda35e076fa3514635ec680df6 (diff) |
compositor: add an option to set the default numlock value
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.
Tested-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
Diffstat (limited to 'man')
-rw-r--r-- | man/weston.ini.man | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/man/weston.ini.man b/man/weston.ini.man index ccd7185c..c05a2215 100644 --- a/man/weston.ini.man +++ b/man/weston.ini.man @@ -446,6 +446,12 @@ sets the delay in milliseconds since key down until repeating starts (unsigned integer) .RE .RE +.TP 7 +.BI "numlock-on=" "false" +sets the default state of the numlock on weston startup for the backends which +support it. +.RE +.RE .SH "TERMINAL SECTION" Contains settings for the weston terminal application (weston-terminal). It allows to customize the font and shell of the command line interface. |