Włącza lub wyłącza numlock.
Opcja "1", "true" lub "True" aktywuje.
It enables or disables the numlock.
Options "1", "true" or "True" for enable.
Plik (File): "/etc/gdm/Init/Default" - na samym dole (on bottom):
NUMLOCK="true" NUMLOCK_BIN="/usr/bin/numlockx" if [ -f "$NUMLOCK_BIN" -a -n "$NUMLOCK" ] && \ [ "$NUMLOCK" = "1" -o "$NUMLOCK" = "true" -o $NUMLOCK" = "True" ] then $NUMLOCK_BIN on fi unset NUMLOCK NUMLOCK_BIN
Aktualizacja: 06 listopad 2007