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

Letters being added after any commands not in the dictionary (Samsung keyboard with "Auto check spelling" enabled) #176

Open
haniasita-zz opened this issue Oct 10, 2016 · 3 comments

Comments

@haniasita-zz
Copy link

Here's what's happening, in short :

• If you type exit, all's fine and the command runs.
• If you type something like screenfetch, it gets replaced by "screenfetcscreenfetch" the second you press the enter key

I have autocomplete and autocorrect off at all times, and I use the default keyboard on my Samsung S6 Edge (SM-G925F zerolte).

@michaeljensen
Copy link

I'm seeing similar behavior with my soft keyboard (Galaxy Tab S2 9.7)
The following replacements happen the instant I hit 'enter' or 'space'
ls -> lls
pwd -> pwpwd
cd > ccd
abcdefgh -> abcdefgabcdefgh

If I delete the bad characters and continue, I can get around the problem (but it's a big pain to workaround) For example, to run 'ls -al' I have to type:
'ls' (which gets replaced with 'lls'), then '' to delete the extra characters, then 's-al'

Everything works normally when I enter commands using my bluetooth keyboard.

@fornwall
Copy link
Member

I managed to reproduce it on a Samsung device!

It seems to be if the setting Auto check spelling is enabled - does turning that setting off fix the problem for you @michaeljensen @Haniasita?

@fornwall fornwall added this to the v0.43 milestone Oct 31, 2016
@fornwall fornwall changed the title Letters being added after any commands not in the dictionary Letters being added after any commands not in the dictionary (Samsung keyboard with "Auto check spelling" enabled Oct 31, 2016
@fornwall fornwall changed the title Letters being added after any commands not in the dictionary (Samsung keyboard with "Auto check spelling" enabled Letters being added after any commands not in the dictionary (Samsung keyboard with "Auto check spelling" enabled) Oct 31, 2016
@michaeljensen
Copy link

@fornwall turning off that setting does fix it. (so glad to have a viable workaround!)
Normally I see a list of auto-correct options above the keyboard as I'm typing in other apps. Does termux suppress this display?

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

4 participants