keithamus/jwerty

Caps lock detection

Open

#8 opened on Dec 21, 2011

View on GitHub
 (2 comments) (0 reactions) (0 assignees)JavaScript (1,214 stars) (117 forks)batch import
enhancementhelp wanted

Description

It'd be awesome if you were able to detect the status of Caps Lock. A typical use case would be a log in screen where the password is case sensitive and being able to present an alert to the user when it's active.

This link supposedly does this but not in a very pretty manor.

http://www.codeproject.com/KB/scripting/Detect_Caps_Lock.aspx

Contributor guide