keithamus/jwerty

Enable distinguishing of casing

Open

#25 opened on Oct 18, 2012

View on GitHub
 (4 comments) (0 reactions) (0 assignees)JavaScript (117 forks)batch import
difficultenhancementhelp wanted

Repository metrics

Stars
 (1,214 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Well, imagine you have a binding like "Q", and "q" - both of them are fired by hitting "Q" key on your keyboard.

But if you somehow display these keys on the screen of your app - users type shift+q to match the uppercase "Q", and just q for lowercase "q".

Hence, it would be nice if jwerty could detect shift+key, if bound key IS IN uppercase.

Contributor guide