keithamus/jwerty

Enable distinguishing of casing

Open

#25 ouverte le 18 oct. 2012

Voir sur GitHub
 (4 commentaires) (0 réactions) (0 assignés)JavaScript (117 forks)batch import
difficultenhancementhelp wanted

Métriques du dépôt

Stars
 (1 214 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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.

Guide contributeur