keithamus / jwerty

⌨ Awesome handling of keyboard events
http://keithamus.github.io/jwerty
Other
1.21k stars 109 forks source link

get actual keys pressed when matching regex or optional #67

Open 2x2xplz opened 8 years ago

2x2xplz commented 8 years ago

If I use a regex sequence or optional keys, like your example jwerty.key('ctrl+[0-9],f/h'), is there any way to see which keys were actually pressed? i.e. in this example, which number, and f or h? Thank you.

2x2xplz commented 8 years ago

I created a pull request to implement this: #68