Skip to content

Use readable name for <backspace> binding#201

Merged
NathanLovato merged 1 commit into
godotengine:masterfrom
charjr:improve-backspace-binding
May 14, 2026
Merged

Use readable name for <backspace> binding#201
NathanLovato merged 1 commit into
godotengine:masterfrom
charjr:improve-backspace-binding

Conversation

@charjr
Copy link
Copy Markdown
Contributor

@charjr charjr commented May 13, 2026

Note

This does not change the keybinding at all. It is still bound to DEL a.k.a. backspace

This PR simply replaces the escape code: \177 with <backspace> so it's readable simply by looking at the code.

Personally I can't immediately parse `\177` as backspace or DEL.
I can immediately parse `<backspace>` as backspace or DEL.
@NathanLovato NathanLovato merged commit d819356 into godotengine:master May 14, 2026
12 checks passed
@NathanLovato
Copy link
Copy Markdown
Collaborator

Thank you!

@charjr charjr deleted the improve-backspace-binding branch May 14, 2026 07:48
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