I have a single pc with multiple keyboards, all the capslock lights turn on/off synchronously.
(so if one user/keyboard turns on the capslock, everybody types in caps)
I was thinking about saving each keyboard’s capslock status in flags but I just realized that the lights won’t correspond for each user/keyboard’s capslock status.
I just want to know if the capslock light can be turned on/off independently. I’m already planning on disabling the capslock (since I don’t really like that key), but in case the client wants to use it I can either find a way to do it or tell them it’s impossible.
try
http://www.codeguru.com/Cpp/W-P/system/keyboard/article.php/c2825
a bit involved, but doable 🙂