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
A future version of tinykeys should hopefully make use of the Keyboard.getLayoutMap() API, but as it is only supported by Chromium browsers you may want to use a dual approach of attempting to get the right codes from that API or mapping to the US keyboard if it is not available.
Hey! I'm running into an issue where I'd expect the following to fire when the
?
is typed but it doesn't seem to be.I believe it is getting filtered out here: https://github.com/jamiebuilds/tinykeys/blob/main/src/tinykeys.ts#L109
The text was updated successfully, but these errors were encountered: