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

Make the backspace key remove text directly instead of sending a DEL keycode #1162

Merged
merged 1 commit into from
Nov 29, 2024

Conversation

gitterrost4
Copy link
Contributor

Changes the behavior of the backspace key to be more text-centered instead of sending a DEL keycode. This ensures compatibility with some apps such as Google Chat.

Fixes #1065

#986 may also be fixed by this as we are not sending a keydown event anymore, but commiting text.

Copy link
Owner

@dessalines dessalines left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@dessalines dessalines enabled auto-merge (squash) November 29, 2024 14:16
@dessalines dessalines merged commit 9c08def into dessalines:main Nov 29, 2024
1 check passed
@gitterrost4 gitterrost4 deleted the delete-key-in-google-chat branch November 29, 2024 14:19
@dessalines dessalines mentioned this pull request Nov 30, 2024
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Backspace key not functioning in GMail chat/Google Chat.
2 participants