Hey. First of all, thank you for the package.
I found some problem with digit keys (0-9) in combination with alt (option) button in MacOS:
<button aria-keyshortcuts="alt+0">1</button> // not working
<button aria-keyshortcuts="alt+b">2</button> // working
Sandbox for reproduction:
https://codesandbox.io/p/sandbox/p9y794
Hey. First of all, thank you for the package.
I found some problem with digit keys (0-9) in combination with alt (option) button in MacOS:
Sandbox for reproduction:
https://codesandbox.io/p/sandbox/p9y794