Hi!
I'm trying to figure out how to get the caps lock state in Qt (4.5) but the only thing I managed to get from qt is either or not the CAPS LOCK was pressed or released, and then could't get the actual state.
In order to solve that I've tried platform dependent and I got something working on xp. But now I'm looking for a solution on mac. I googled a lot without success (or maybe some objective C API or HID Api).
So it would be great if someone had any id how to do that either with qt, or on mac. Thanks in advance,
Boris