I am facing a problem. I have to identify my Caps Lock is on or not?
If my caps lock on then i have to tell user that your caps on. but the problem is if some one press shift + A then it should behave normally.i think key events of Caps Lock on + a equal to Shift + a.
How can i identify only my Caps Lock key on. i have seen some example in stackoevrflow but these are not working fine.
This all should be using javascript or jquery.