Skip to content

text input: Shift+Backspace is also backspace - #25531

Merged
cart merged 1 commit into
bevyengine:mainfrom
Cyannide:text_input_shift_backspace
Aug 25, 2026
Merged

text input: Shift+Backspace is also backspace#25531
cart merged 1 commit into
bevyengine:mainfrom
Cyannide:text_input_shift_backspace

Conversation

@Cyannide

Copy link
Copy Markdown
Contributor

Objective

Standard keyboard behavior is to also backspace with Shift pressed.

A late Shift for a capital letter might be followed by a quick Backspace while Shift still pressed resulting in a missed Backspace action.

Solution

Accept NONE | SHIFT in the Backspace arm.

Testing

Tested in the text_input example and various text fields in two production apps.

Standard keyboard behavior is to also backspace with Shift pressed.
@Zeophlite Zeophlite added D-Trivial Nice and easy! A great choice to get started with Bevy A-UI Graphical user interfaces, styles, layouts, and widgets S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it labels Aug 23, 2026
@github-project-automation github-project-automation Bot moved this to Needs SME Triage in UI Aug 23, 2026
@cart
cart added this pull request to the merge queue Aug 24, 2026
Merged via the queue into bevyengine:main with commit ef2d4dd Aug 25, 2026
45 checks passed
@github-project-automation github-project-automation Bot moved this from Needs SME Triage to Done in UI Aug 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-UI Graphical user interfaces, styles, layouts, and widgets D-Trivial Nice and easy! A great choice to get started with Bevy S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants