Is there any way, in Python, to programmatically change the CAPS LOCK/NUM LOCK/SCROLL LOCK states?
This isn't really a joke question - more like a real question for a joke program. I intend to use it for making the lights do funny things...
feedback
|
|
If you're using windows you can use SendKeys for this I believe. http://www.rutherfurd.net/python/sendkeys/
| |||||||
feedback
|
|
On Linux here's a Python program to blink all the keyboard LEDs on and off:
| |||||
feedback
|
|
| |||||
feedback
|