mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 08:45:58 +03:00
[PR #5978] Remove ctrl + backspace binding #5444
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#5444
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hoppscotch/hoppscotch/pull/5978
Author: @saksham242007
Created: 3/12/2026
Status: 🔄 Open
Base:
main← Head:fix-ctrl-backspace📝 Commits (2)
4244e12Improve browser network error message with CORS hint when cause is unavailable288afbafix: remove ctrl-backspace binding📊 Changes
3 files changed (+14 additions, -7 deletions)
View changed files
📝
packages/hoppscotch-common/locales/en.json(+3 -2)📝
packages/hoppscotch-common/src/helpers/keybindings.ts(+0 -1)📝
packages/hoppscotch-common/src/platform/std/kernel-interceptors/browser/index.ts(+11 -4)📄 Description
Ctrl + Backspace was mapped to response.erase, which clears the response.
I removed this binding so Ctrl + Backspace follows the usual behavior of deleting the previous word, which is how it works in most browsers.
Fixes #5967
Summary by cubic
Restores default Ctrl+Backspace behavior and improves browser network error messages with a CORS hint when the cause is unknown. Fixes #5967.
ctrl-backspace -> response.erasebinding inhoppscotch-commonso Ctrl+Backspace deletes the previous word.Written for commit
288afba26a. Summary will update on new commits.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.