You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In @solid-primitives/keyboard on a mac, any Meta+[key] combination results in the [key] getting stuck in the down state. As a result, you can only trigger the callback in createShortcut once. After that, you need to press the non-meta key again on its own to make it unstuck.
Describe the bug
In
@solid-primitives/keyboard
on a mac, anyMeta+[key]
combination results in the[key]
getting stuck in the down state. As a result, you can only trigger the callback increateShortcut
once. After that, you need to press the non-meta key again on its own to make it unstuck.Probably related: #665
It seems like it may be impossible to get
keyup
events when the Meta key is being held down on mac. (SO post)Minimal Reproduction Link
https://stackblitz.com/edit/github-qltgbsks?file=src%2FApp.tsx
The text was updated successfully, but these errors were encountered: