react-keydown
react-keydown copied to clipboard
Alt+Numpad
Hi,
any chance to set Alt + Numpad key for binding? This does not seem to work:
setBinding({
target: X.prototype,
fn: X.prototype.method,
keys: ['alt+103']
});