HeliBoard icon indicating copy to clipboard operation
HeliBoard copied to clipboard

Word left Word right doesn't treat symbols correctly

Open herrbrixter opened this issue 1 year ago • 1 comments
trafficstars

Is your feature request related to a problem? Please describe.

  1. A string of symbols like #&$&- isn't treated as a word. Pressing word left or word right doesn't move the cursor.

  2. 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

  1. Type strings with symbols only.

The error code is $#@#&-.

The boss cursed, "You #&$-+-&- employee!"

  1. 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.

herrbrixter avatar Sep 21 '24 08:09 herrbrixter

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.

Helium314 avatar Sep 23 '24 19:09 Helium314