react-keydown icon indicating copy to clipboard operation
react-keydown copied to clipboard

Alt+Numpad

Open alexdemartos opened this issue 4 years ago • 0 comments

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']
});

alexdemartos avatar Oct 01 '21 07:10 alexdemartos