keyboard: set numlock to off by default

...to avoid surprises on Acer Aspire One laptops where the numeric
keyboard does not physically exist but "overlaps" the qwerty keyboard.

Reported-by: staryvyr on IRC

Note: We do not like changing defaults, but feel that there is a good
reason for this one.
This commit is contained in:
Johan Malm 2024-12-29 17:32:23 +00:00 committed by Johan Malm
parent 968dc89277
commit bb982dc0af
3 changed files with 3 additions and 3 deletions

View file

@ -229,7 +229,7 @@
your favourite terminal or application launcher. See rc.xml for an example.
-->
<keyboard>
<numlock>on</numlock>
<numlock>off</numlock>
<layoutScope>global</layoutScope>
<repeatRate>25</repeatRate>
<repeatDelay>600</repeatDelay>