I want to have Num Lock on (be able to use the numbers), but have the LED indicator on my keyboard turned off. I don't know what way I want to do this (Autoit, AutoHotKey, C#...).
I found this link and tested the code from evl, but it doesn't seem to do anything for me.
Windows-only solution:
Just add the following remappings to your AutoHotkey script:
This way, no matter whether
NumLock
is on or off, pressing the numbers on the numeric keypad will always type the numbers (and.
instead ofDel
).Enjoy your light-free keyboard!
PS: You can find the key list on Autohotkey's Help (right click on your script's icon on the taskbar and click
Help
) underUsage and Syntax
,Key List (Keyboard, Mouse, Joystick)
.