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

Introduce new touch logic to TextKeyboardView #942

Merged
merged 2 commits into from May 25, 2021
Merged

Conversation

patrickgold
Copy link
Member

This PR introduces a new touch logic and support for multiple pointers on screen as well. This is an effort to improve the code base for adding additional gestures and to fix gestures which require two pointers at once (shift + space bar and shift + arrow keys).

Closes #871
Closes #932

@patrickgold patrickgold merged commit d4a92e0 into master May 25, 2021
@0xlne
Copy link

0xlne commented May 27, 2021

I observed ghost touches in the latest beta - mainly with the delete key. It would delete a number of characters on 1 press, & also with the shift key being stuck in caps mode at times.

@patrickgold patrickgold deleted the new-touch-logic branch June 1, 2021 18:29
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.

Swipe gestures not working! Arrow Keys + Shift doesn't work repeatedly
2 participants