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

[Bug]: First word repeats when using "swype" to type. #3941

Open
frankforte opened this issue May 4, 2024 · 2 comments
Open

[Bug]: First word repeats when using "swype" to type. #3941

frankforte opened this issue May 4, 2024 · 2 comments

Comments

@frankforte
Copy link

Problem description

If I swipe the words hello world it's a nice day termux will show hellohellohellohellosahellohello
The only way to get around it is typing a single character after I swipe each word, then hitting backspace, then hitting space before "swiping" the next word.

Steps to reproduce the behavior.

The issue happens when using "swipe" to type on the command line and in Vim.

What is the expected behavior?

The output should match the input.

System information

  • Termux application version: 0.118.0 (same bug existed since the old version from Google Play)
  • Android OS version: 13
  • Device model: Samsung Galaxy S20+ 5G
@sylirre
Copy link
Member

sylirre commented May 4, 2024

Autocorrection and word prediction, T9 and other word-based input methods always would cause issues.

Termux supports only the most basic, character-by-character input. Its terminal is not a text input field.

A workaround explained at https://wiki.termux.com/wiki/Touch_Keyboard#Text_Input_View

@frankforte
Copy link
Author

frankforte commented May 4, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants