Feature changed by: Ned Ulbricht (ned_ulbricht) Feature #310152, revision 3 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: (http://forums.opensuse.org/english/get-help-here/looking-something-other-tha...) http://forums.opensuse.org/english/get-help-here/looking-something-other-tha... (http://forums.opensuse.org/english/get-help-here/looking-something-other-tha...) 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)
+ Discussion: + #1: Ned Ulbricht (ned_ulbricht) (2010-07-19 01:25:12) + Enabling NumLock at boot would be very annoying on ThinkPads (and + possibly other laptops) that overlay the numeric keypad on top of the + alphabetic keys. -- openSUSE Feature: https://features.opensuse.org/310152