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