Hi mb
You are welcome. By the way, I neglected to include this in the help text, but if you run the program
with no command line parameters, it will return a number (0-7) representing the current state of
the LEDs. This may come in handy if you plan on doing any scripting with it.
I found the same about no num-lock support with actkbd.
Although I don't know why, I see now what's happening. The keys that are used to emulate a numeric
keypad on the laptop are behaving like a numeric keypad with NumLock turned off. The J behaves
like a left arrow, 8 behaves like an up arrow, etc. When I have the program turn the LED off, the keys
go back to their normal functions. When I tested, I did it by switching from X to a tty with Ctrl+Alt+F1,
so it's possible there may be a driver in the background getting in the way.
Please try running ./ledcontrol N and let me know if it effects those keys on your keyboard.