HumanInput icon indicating copy to clipboard operation
HumanInput copied to clipboard

shift sequence doesn't work

Open giladv opened this issue 6 years ago • 0 comments

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

giladv avatar Mar 10 '18 12:03 giladv