Skip to content
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

Handle insertTranspose for beforeinput event #2764

Merged
merged 1 commit into from
Aug 4, 2022
Merged

Conversation

fantactuka
Copy link
Contributor

@fantactuka fantactuka commented Aug 4, 2022

Pressing ^ + T works in Safari since it triggers onbeforeinput with inputType=insertText, while chrome uses inputType=insertTranspose:

fix #2751

Screen.Recording.2022-08-04.at.2.58.50.PM.mov

@vercel
Copy link

vercel bot commented Aug 4, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
lexical ✅ Ready (Inspect) Visit Preview Aug 4, 2022 at 8:20PM (UTC)
lexical-playground ✅ Ready (Inspect) Visit Preview Aug 4, 2022 at 8:20PM (UTC)

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Aug 4, 2022
@thegreatercurve
Copy link
Contributor

Tested with other Emacs key bindings (i.e. CTRL+A to go to the start of a line) to verify fix works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: Ctrl-T on Mac should transpose characters
3 participants