alias for ctrl u#6594
Merged
Merged
Conversation
rian-dolphin
added a commit
to rian-dolphin/textual
that referenced
this pull request
Jun 30, 2026
On terminals that report the shift modifier as a separate key event (e.g. via the Kitty keyboard protocol), shift+backspace was unbound in both Input and TextArea and did nothing. This binds it to delete_left so it behaves the same as plain backspace, mirroring the existing alt+backspace (Textualize#6593) and super+backspace (Textualize#6594) aliases.
rian-dolphin
added a commit
to rian-dolphin/textual
that referenced
this pull request
Jun 30, 2026
On terminals that report the shift modifier as a separate key event (e.g. via the Kitty keyboard protocol), shift+backspace was unbound in both Input and TextArea and did nothing. This binds it to delete_left so it behaves the same as plain backspace, mirroring the existing alt+backspace (Textualize#6593) and super+backspace (Textualize#6594) aliases.
bmwiedemann
pushed a commit
to bmwiedemann/openSUSE
that referenced
this pull request
Jul 6, 2026
https://build.opensuse.org/request/show/1363872 by user dirkmueller + anag_factory - update to 8.2.8: * Fixes for extended key processing, and a crash bug for clicking the screen padding area. * Fixed parsing Kitty extended keys with multiple codepoints Textualize/textual#6592 * Fixed crash when clicking in the Screen's padding Textualize/textual#6598 * super+backspace is now an alias for ctrl+u in Input and TextArea Textualize/textual#6594 * alt+backspace (option+backspace on Mac) has the same effect as ctrl+backspace in Input and TextArea
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #6583