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