Helium314 / HeliBoard

Customizable and privacy-conscious open-source keyboard
Apache License 2.0
2.48k stars 97 forks source link

Full left Full right don't go to other lines #1121

Closed herrbrixter closed 2 months ago

herrbrixter commented 2 months ago

Is your feature request related to a problem? Please describe. The navigation keys are inconsistent.

  1. Left Right go to other lines when they reach the end of the line.
  2. Word Left Word Right go to other lines when they reach the end of the line.
  3. Full Left Full Right stay on the current line no matter how many times you press it.

Describe the solution you'd like Full Left Full Right should also go to other lines.

Use case For consistency.

It is also handy for text formatting like programming to be able to reach the end of lines of each line.

Describe alternatives you've considered (if any) Use other navigation keys.

Helium314 commented 2 months ago

This is handled by the Android system (using KeyCode.MOVE_END), and I don't intend to change this default behavior.