Automatic Numlock

How to turn numlock on automatically at login

Some Linux distros choose not to enable numlock at login by default. To enable it, install the numlockx package and then add the following lines to the /etc/gdm/Init/Default file, above the exit 0 line at the end:

if [ -x /usr/bin/numlockx ]; then
    /usr/bin/numlockx on
fi
Offline reaper Male
Joined: 10th Mai 2009
Posted on Sonntag 10th Mai 2009 at 1:28 nachm.

Thanks heaps!! ;) Helps alot with my super random passwords =D


You must log in to post a comment.