mirror of
https://github.com/proxmoxer/docs.git
synced 2026-04-24 22:55:48 +03:00
[GH-ISSUE #320] Shortcuts key update #105
Labels
No labels
CodeDay
enhancement
pull-request
testmu
testmu
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docs#105
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/docs/issues/320
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
Open any request body in Hoppscotch
Type some JSON
Press Cmd + /
Instead of adding/removing // comment markers, Hoppscotch opens the "Shortcuts" popup
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