Closed GoogleCodeExporter closed 8 years ago
You should try using suggestions without auto-correct, that keeps spaces you
type unchanged. More here:
https://code.google.com/p/hackerskeyboard/issues/detail?id=164#c1
Original comment by Klaus.We...@gmail.com
on 3 Jul 2012 at 6:00
Thanks for the input. I gave it a shot, however the way I type on phone is fast
with relying on auto-correct to make small changes. Is there any way to find a
common medium where auto-correct is still on but the auto-correction is not
implemented? Perhaps this is a tall order and I apologize for that. Just
thought I'd throw it in. Regardless. Excellent keyboard that I will be keeping.
:)
Original comment by Matt.Bu...@gmail.com
on 3 Jul 2012 at 6:29
Honestly, the more I play with it, the less of an issue it becomes as I
automatically find myself correcting for it. The last thing I would want is to
add cumbersome options and coding to the program. :)
Original comment by Matt.Bu...@gmail.com
on 3 Jul 2012 at 6:36
The core problem is that the space bar is dual-purpose in autocomplete mode -
it doesn't just insert a space, it also accepts the current completion and
inserts a "soft space" after it, and the soft space then gets swapped when it's
followed by punctuation. Imagine typing "Test something" vs. "Test: " vs. "Test
:-)". In each case the autocomplete will initially end up with "Test ", and in
the 2nd case it'll remove the space.
Original comment by Klaus.We...@gmail.com
on 3 Jul 2012 at 8:59
Original issue reported on code.google.com by
Matt.Bu...@gmail.com
on 3 Jul 2012 at 5:21