mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 09:16:03 +03:00
[GH-ISSUE #5592] Allow overriding or disabling Cmd + / shortcut (conflicts with comment toggle) #2162
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#2162
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?
Originally created by @yudhees on GitHub (Nov 18, 2025).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5592
When editing request bodies in Hoppscotch (especially JSON), I normally use the shortcut Cmd + / to toggle comments.
This works in Postman and all major IDEs (VS Code, IntelliJ, etc.) but in Hoppscotch it always opens the keyboard shortcuts popup, which blocks the default Monaco Editor behavior.
Because of this, I cannot quickly comment multiple lines, and I am forced to comment each line manually, which is very frustrating during debugging.
Steps to Reproduce
Expected Behavior
Cmd + / should toggle comments in the editor (same as VS Code, Postman, etc.)
OR
Hoppscotch should allow overriding or disabling its global keyboard shortcut
OR
Provide a configurable keybinding system
@JohannesBe commented on GitHub (Nov 28, 2025):
Heavily in favour of this one! Commenting out is now really a tedious process.