react-shortcuts
react-shortcuts copied to clipboard
Single character shortcuts don't work
It looks like combokeys is expecting a keypress event but only seeing keydown and keyup
https://github.com/avocode/combokeys/blob/master/Combokeys/prototype/getMatches.js#L58
I can use eventType='keyup' but then combinations like command+z don't work :(
Is there a way to use single key and combination shortcuts in the same component?