Numlockx
From FrugalWiki
i18n |
---|
English |
Français |
Contents |
Enabling the numlock of the keyboard with numlockx
Installation
Use
at GDM start
And ad this before exit 0 :
if [ -x /usr/bin/numlockx ]; then /usr/bin/numlockx on fi
Save and reboot.
At KDM start
Numlock is activated by default it seems.
Must be check..
At Slim start
Numlockx is not necessary. To activate the numlock, just edit file /etc/slim.conf and at this lines
# Activate numlock when slim starts. Valid values: on|off # numlock on
Uncomment the second line.