react-piano
                                
                                 react-piano copied to clipboard
                                
                                    react-piano copied to clipboard
                            
                            
                            
                        Allow more key combination with event.code instead?
Numpad0-9, arrow keys and navigation keys should be allowed for more keyboard shortcuts with event.code.
That's a very good point - I didn't realize that event.code is more expressive and that event.key does not differentiate between numpad and regular numbers. I'd be happy to make a change to support this.