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

[Feature] Make text selectable #53

Open
Tch1b0 opened this issue Jul 3, 2021 · 0 comments
Open

[Feature] Make text selectable #53

Tch1b0 opened this issue Jul 3, 2021 · 0 comments

Comments

@Tch1b0
Copy link
Contributor

Tch1b0 commented Jul 3, 2021

Selecting Text has multiple advantages.
For example, you can replace text instantly, without deleting the previous part first.

Replacement example without selection:

The | stands for the cursor

Text:

Hello, |World!

Keyboard Input:

  • Press arrow right 5 times
  • Press delete 5 times
  • Write "Github"

Text:

Hello, Github|!

Replacement example with selection:

The | stands for the cursor

Text:

Hello, |World!

Keyboard Input:

  • Hold shift and press arrow right 5 times
  • Write "Github"

Text:

Hello, Github|!
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

No branches or pull requests

1 participant