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

Better multiline textbox cursor movement using the keyboard #579

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

Lenni0451
Copy link

Greatly improved the cursor movement using the keyboard in multiline textboxes.
Support for:

  • quickly jumping over words (ctrl + direction)
  • quickly selecting words (ctrl + shift + direction)
  • deleting entire words using the delete key (ctrl + delete)

This also fixes a crash when pressing delete at the end of the text.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant