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 ...
8
votes
3answers
1k views
How to change caps lock status without key press
I am using a python program that is activate when pressing Caps Lock key and I want to be able to turn on/off the caps lock status when the program is active.
I tried to send keys with virtkey but it ...
3
votes
2answers
726 views
Anybody know how to toggle caps lock on/off in Python?
I'm trying to toggle caps lock on/off when the two shift buttons are held down for a second. I've tried using the virtkey module, but it's not working. That module does work for other keys though, so ...
2
votes
2answers
369 views
Detect Caps Lock in Python curses
For such a basic question, I'm surprised I couldn't find anything by searching...
Anyways, I made a curses app in Python that assists in solving puzzles of a certain DSiWare game. With it, you can ...