How to Check or Detect Whether the Caps Lock Is Turned on or Off Using Javascript
Tutorialsrack 26/06/2021 Jquery Javascript
In this article, you’ll learn how to check or detect whether the Caps Lock is turned on or off using javascript. To check if the caps lock is turned on, you use the getModifierState() method of the KeyboardEvent object:
Read More..