liftoff / HumanInput

A JavaScript library for handling keyboard shortcuts and other human-generated events
Apache License 2.0
583 stars 25 forks source link

shift sequence doesn't work #17

Open giladv opened 6 years ago

giladv commented 6 years ago

double shift sequence doesn't fire in any of these: Hi.on('shift shift' () => console.log('works')); Hi.on('shift->shift' () => console.log('works'));