I would like to have my num-lock turned on permanently. I never turn it off. But every once in a while it gets turned off. Is there any way to do this in Windows 7 and Ubuntu 10.10.?

link|improve this question

3  
Could be a bad idea. Num-lock and Caps-lock are handy/quick indicators for checking the severity of a PC hang or freeze. I.E. if the PC fails to respond to X-lock presses by toggling its keyboard LED, then the PC is really hosed. – sawdust Oct 17 '11 at 1:45
2  
In that case you've got capslock and scroll lock to test with..? – Mark Henderson Oct 17 '11 at 2:09
The failure to toggle the LEDs does not necessarily mean the PC is hosed. What an extraordinary statement. – John Gardeniers Oct 17 '11 at 4:30
feedback

migrated from serverfault.com Oct 17 '11 at 1:28

This question came from our site for system administrators and desktop support professionals.

1 Answer

up vote 6 down vote accepted

For windows

Have numlock activate on startup with a VBS script

create a custom layout with MSKLC with numlock disabled

For linux

Enable numlock at boot

disable key with xmodmap

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.