I am getting funble fingers in my old age and need a caps lock sound. I am writing a bunch of Windows C++ code and type many characters in caps lock. I type by touch and keep getting the caps lock key reverse of what I want. Is there a relatively simple way of making XP produce a sound for each key stroke when caps lock is enabled.
I tried the accessibility function and it does not make a sound. I suspect that this wireless Microsoft Keyboard handles the caps within the keyboard and does not send the caps lock key to the computer. Other sounds are made, but not caps lock. Is that a possibility?
As I am practicing writing code, a program to do this is certainly possible. But I need a bit of help in that endeavour. I am rather the novice at Windows. Maybe if there is a hook somewhere I can check so if the keystroke is >= A and <= Z, I can deliver a short low pitched beep.
Time is the medium we use to express our priorities
(Bryan Kelly, 2000)
I tried the accessibility function and it does not make a sound. I suspect that this wireless Microsoft Keyboard handles the caps within the keyboard and does not send the caps lock key to the computer. Other sounds are made, but not caps lock. Is that a possibility?
As I am practicing writing code, a program to do this is certainly possible. But I need a bit of help in that endeavour. I am rather the novice at Windows. Maybe if there is a hook somewhere I can check so if the keystroke is >= A and <= Z, I can deliver a short low pitched beep.
Time is the medium we use to express our priorities
(Bryan Kelly, 2000)