Tagged Questions

9
votes
3answers
1k views

Change keyboard locks in Python

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 ...