HeliBoard
HeliBoard copied to clipboard
Word left Word right doesn't treat symbols correctly
Is your feature request related to a problem? Please describe.
-
A string of symbols like #&$&- isn't treated as a word. Pressing word left or word right doesn't move the cursor.
-
Symbols within a word, like can't, are treated as 2 words.
Describe the solution you'd like The cursor should move as if the symbols were a word.
Use case
- Type strings with symbols only.
The error code is $#@#&-.
The boss cursed, "You #&$-+-&- employee!"
- Type words with symbols inside.
You can't use my dildo.
My mother-in-law is a MILF.
My username is Pu$sy_SlayeR_69.
Describe alternatives you've considered (if any) Using the Left and Right buttons.
What happens behind the scenes is the app sending ctrl+left/right to the system. So it's Android that is not treating symbols correctly. Technically it would be possible to re-implement this functionality, but it would be a lot of effort for a minor improvement.
A PR would be fine if it results in a clear improvement.