-
Notifications
You must be signed in to change notification settings - Fork 240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Layout Emulation No Longer Working #386
Comments
Edit: I just saw one of your latest commits. It seems the problem happens when the layout has a dead key. |
Yes, we don't emulate layouts with dead keys. It's difficult to do correctly due to incompatibilities between different browsers and OSes. |
Another suggestion related to this problem: Since the current behavior is to not emulate these layouts, maybe the greyed out check box used to enable emulation should be unchecked by default? Currently this is what it looks like: Which doesn't convey that emulation is actually disabled for the layout. |
Description
The layout emulation feature no longer appears to function correctly. When a layout displays a letter that should be typed next, the cursor only advances if the corresponding key on the physical keyboard (based on the computer's default layout) is pressed, rather than the expected emulated layout behavior.
Steps to Reproduce
Expected Behavior
The cursor should advance when typing the letter shown in the emulated layout, rather than relying on the system's default keyboard mapping.
Additional Information
Let me know if you need further details or testing!
The text was updated successfully, but these errors were encountered: