Skip to content

GH 943: Add more hotkeys for deleting: - #947

Merged
xsawyerx merged 1 commit into
david-vanderson:mainfrom
xsawyerx:sawyer/textbox-hotkeys
Aug 10, 2026
Merged

GH 943: Add more hotkeys for deleting:#947
xsawyerx merged 1 commit into
david-vanderson:mainfrom
xsawyerx:sawyer/textbox-hotkeys

Conversation

@xsawyerx

@xsawyerx xsawyerx commented Aug 6, 2026

Copy link
Copy Markdown
Collaborator

[Implements #943.]

  • Added "delete to line start"
    • Linux/Windows: Control + Shift + Backspace
    • Mac: Command + Backspace
  • Added "delete to line end"
    • Linux/Windows: Control + Shift + Delete
    • Mac: Command + Delete

For Linux/Windows, Shift should be explicitly disabled on "delete previous word" and "delete next word" (was not checked before) so it doesn't conflate.

Lots and lots of testing.

* Delete to line start
  - Linux/Windows: Control + Shift + Backspace
  - Mac: Command + Backspace
* Delete to line end
  - Linux/Windows: Control + Shift + Delete
  - Mac: Command + Delete

For Linux/Windows, Shift should be explicitly disabled on
"delete previous word" and "delete next word" (was not checked
before) so it doesn't conflate.

Lots and lots of testing.
@david-vanderson

Copy link
Copy Markdown
Owner

Perfect, love the tests. Merge when ready. Thank you!

@xsawyerx
xsawyerx merged commit 6f0f92f into david-vanderson:main Aug 10, 2026
6 checks passed
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.

3 participants