keithamus/jwerty

Modified keys not working in a sequence set

Open

#13 opened on Jul 8, 2012

View on GitHub
 (3 comments) (0 reactions) (0 assignees)JavaScript (117 forks)batch import
enhancementhelp wanted

Repository metrics

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

Description

First off, thanks for an awesome library!

I can't seem to get the the sequence functionality working with modified keys (e.g. space,shift+3). Is there a way around this? In other words, I want a user to press the space bar and then the pound key. Ideally it'd be able to do space,#, but space,shift+3 is ok, too.

I've tested space,3 and shift+3 and both work separately (of course), but I can't get space,shift+3 (or the ideal space,#) working.

Contributor guide