[GH-ISSUE #3788] [bug]: CMD + Enter Behavior in HoppScotch Desktop Tool while making API requests #1321

Closed
opened 2026-03-16 19:49:44 +03:00 by kerem · 0 comments
Owner

Originally created by @zhravan on GitHub (Jan 30, 2024).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/3788

Is there an existing issue for this?

  • I have searched the existing issues

Current behavior

Description

An issue with the HotKey behavior in the HoppScotch desktop tool when working with the POST request body. I have noticed a behavior in the HoppScotch desktop tool that seems to be affecting the user experience when working with the POST request body. When I add a body and use the CMD + Enter shortcut to send the request, the request is sent as intended. However, the cursor also moves down in the editor, which creates a bad user experience.

Expecation:

I expect that using CMD + Enter in the body section should trigger the request without moving the cursor down in the editor.

Steps to Reproduce:

  1. Open HoppScotch desktop tool.
  2. Say, Create a POST request.
  3. Add a body in the designated section.
  4. Use CMD + Enter to send the request.

Expected Result:

The request is sent successfully, but the cursor also moves down in the editor, which can be disruptive for debugging and repeated requests.

Steps to reproduce

  1. Create a POST request (Example)
  2. Add body for any specific POST API
  3. Click on CMD + Enter
  4. You would observe a request trigger also the body text editor moves the cursor down.

Recommendation:

It would be ideal if the CMD + Enter shortcut for triggering requests could be modified to exclude the automatic cursor movement in the editor. This adjustment would enhance the user experience and streamline the debugging process.

Note: If there are any settings or preferences that allow users to customize the HotKey behavior or disable the automatic cursor movement. If not, would it be good idea to consider implementing this customization feature?.

Environment

Production

Version

Desktop :Local

Originally created by @zhravan on GitHub (Jan 30, 2024). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/3788 ### Is there an existing issue for this? - [x] I have searched the existing issues ### Current behavior ### Description An issue with the HotKey behavior in the HoppScotch desktop tool when working with the POST request body. I have noticed a behavior in the HoppScotch desktop tool that seems to be affecting the user experience when working with the POST request body. When I add a body and use the CMD + Enter shortcut to send the request, the request is sent as intended. However, the cursor also moves down in the editor, which creates a bad user experience. ### Expecation: I expect that using CMD + Enter in the body section should trigger the request without moving the cursor down in the editor. ### Steps to Reproduce: 1. Open HoppScotch desktop tool. 2. Say, Create a POST request. 3. Add a body in the designated section. 4. Use CMD + Enter to send the request. ### Expected Result: The request is sent successfully, but the cursor also moves down in the editor, which can be disruptive for debugging and repeated requests. ### Steps to reproduce 1. Create a POST request (Example) 2. Add body for any specific POST API 3. Click on CMD + Enter 4. You would observe a request trigger also the body text editor moves the cursor down. ### Recommendation: It would be ideal if the CMD + Enter shortcut for triggering requests could be modified to exclude the automatic cursor movement in the editor. This adjustment would enhance the user experience and streamline the debugging process. **_Note: If there are any settings or preferences that allow users to customize the HotKey behavior or disable the automatic cursor movement. If not, would it be good idea to consider implementing this customization feature?._** ### Environment Production ### Version Desktop :Local
kerem 2026-03-16 19:49:44 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#1321
No description provided.