Feature added by: Genix Info (genixinfo) Feature #310152, revision 1 Title: Enable Num Look at boot time. openSUSE-11.4: Unconfirmed Priority Requester: Important Requested by: Genix Info (genixinfo) Description: Enable Num Look at boot time, through this tip:
How do I start for the Num Lock always enabled?
# man setleds or put this script in the last line of rc.local numlock.sh #!/bin/bash INNIT=/dev/tty[1-8] for tty in $INNIT; do setleds -D +num < $tty done This link has this and many other tips for the keyboard: Original (Brazilian Portuguese): http://www.zago.eti.br/ (ttp://www.zago.eti.br/teclado1.txt) teclado1.txt (ttp://www.zago.eti.br/teclado1.txt) Translated into English: http://translate.google.com.br/translate?u=http%3A%2F%2Fwww.zago.eti.br%2Fteclado1.txt&sl=pt&tl=en&hl=&ie=UTF-8 (http://translate.google.com.br/translate?u=http%3A%2F%2Fwww.zago.eti.br%2Fteclado1.txt&sl=pt&tl=en&hl=&ie=UTF-8) -- openSUSE Feature: https://features.opensuse.org/310152