[PR #2705] [MERGED] feat: response shortcuts #4006

Closed
opened 2026-03-17 01:34:32 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/2705
Author: @liyasthomas
Created: 9/29/2022
Status: Merged
Merged: 9/30/2022
Merged by: @liyasthomas

Base: mainHead: feat/response-shortcuts


📝 Commits (6)

  • 2dacb35 chore: minor ui improvements
  • 8d78f8b chore: minor ui improvements
  • 24d2c59 feat: response shortcuts
  • 02ea27e fix: key binding collisions
  • 0fca5a9 Merge branch 'main' into feat/response-shortcuts
  • adc7eaf fix: types

📊 Changes

40 files changed (+306 additions, -106 deletions)

View changed files

📝 packages/hoppscotch-app/locales/af.json (+5 -0)
📝 packages/hoppscotch-app/locales/ar.json (+5 -0)
📝 packages/hoppscotch-app/locales/ca.json (+5 -0)
📝 packages/hoppscotch-app/locales/cn.json (+5 -0)
📝 packages/hoppscotch-app/locales/cs.json (+5 -0)
📝 packages/hoppscotch-app/locales/da.json (+5 -0)
📝 packages/hoppscotch-app/locales/de.json (+5 -0)
📝 packages/hoppscotch-app/locales/el.json (+5 -0)
📝 packages/hoppscotch-app/locales/en.json (+5 -0)
📝 packages/hoppscotch-app/locales/es.json (+5 -0)
📝 packages/hoppscotch-app/locales/fi.json (+5 -0)
📝 packages/hoppscotch-app/locales/fr.json (+5 -0)
📝 packages/hoppscotch-app/locales/he.json (+5 -0)
📝 packages/hoppscotch-app/locales/hu.json (+5 -0)
📝 packages/hoppscotch-app/locales/it.json (+5 -0)
📝 packages/hoppscotch-app/locales/ja.json (+5 -0)
📝 packages/hoppscotch-app/locales/ko.json (+5 -0)
📝 packages/hoppscotch-app/locales/nl.json (+5 -0)
📝 packages/hoppscotch-app/locales/no.json (+5 -0)
📝 packages/hoppscotch-app/locales/pl.json (+5 -0)

...and 20 more files

📄 Description

Closes #2682

Description

Introduce the following key bindings;

+ Shift + P : Preview response (HTML)

+ J : Download response

+ . : Copy response to clipboard

Checks

  • My pull request adheres to the code style of this project
  • My code requires changes to the documentation
  • I have updated the documentation as required
  • All the tests have passed

Additional Information

  • Test cross-browser compatibility.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/2705 **Author:** [@liyasthomas](https://github.com/liyasthomas) **Created:** 9/29/2022 **Status:** ✅ Merged **Merged:** 9/30/2022 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `main` ← **Head:** `feat/response-shortcuts` --- ### 📝 Commits (6) - [`2dacb35`](https://github.com/hoppscotch/hoppscotch/commit/2dacb35bfa257e67a8e585384b89ea39e625495c) chore: minor ui improvements - [`8d78f8b`](https://github.com/hoppscotch/hoppscotch/commit/8d78f8b370fe27f1d29d4720e9aef7cd0f8ca65c) chore: minor ui improvements - [`24d2c59`](https://github.com/hoppscotch/hoppscotch/commit/24d2c5976e28d96a677c915725559c8611734585) feat: response shortcuts - [`02ea27e`](https://github.com/hoppscotch/hoppscotch/commit/02ea27edfff25352b098de933af7c27cb314d272) fix: key binding collisions - [`0fca5a9`](https://github.com/hoppscotch/hoppscotch/commit/0fca5a9f7381b6c386ad466ce034ffc260fe4eb6) Merge branch 'main' into feat/response-shortcuts - [`adc7eaf`](https://github.com/hoppscotch/hoppscotch/commit/adc7eafd3e9ec8469bfeb51c9215baac3ff3aafd) fix: types ### 📊 Changes **40 files changed** (+306 additions, -106 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-app/locales/af.json` (+5 -0) 📝 `packages/hoppscotch-app/locales/ar.json` (+5 -0) 📝 `packages/hoppscotch-app/locales/ca.json` (+5 -0) 📝 `packages/hoppscotch-app/locales/cn.json` (+5 -0) 📝 `packages/hoppscotch-app/locales/cs.json` (+5 -0) 📝 `packages/hoppscotch-app/locales/da.json` (+5 -0) 📝 `packages/hoppscotch-app/locales/de.json` (+5 -0) 📝 `packages/hoppscotch-app/locales/el.json` (+5 -0) 📝 `packages/hoppscotch-app/locales/en.json` (+5 -0) 📝 `packages/hoppscotch-app/locales/es.json` (+5 -0) 📝 `packages/hoppscotch-app/locales/fi.json` (+5 -0) 📝 `packages/hoppscotch-app/locales/fr.json` (+5 -0) 📝 `packages/hoppscotch-app/locales/he.json` (+5 -0) 📝 `packages/hoppscotch-app/locales/hu.json` (+5 -0) 📝 `packages/hoppscotch-app/locales/it.json` (+5 -0) 📝 `packages/hoppscotch-app/locales/ja.json` (+5 -0) 📝 `packages/hoppscotch-app/locales/ko.json` (+5 -0) 📝 `packages/hoppscotch-app/locales/nl.json` (+5 -0) 📝 `packages/hoppscotch-app/locales/no.json` (+5 -0) 📝 `packages/hoppscotch-app/locales/pl.json` (+5 -0) _...and 20 more files_ </details> ### 📄 Description <!-- Thanks for creating this pull request 🤗 Please make sure that the pull request is limited to one type (docs, feature, etc.) and keep it as small as possible. You can open multiple prs instead of opening a huge one. --> Closes #2682 ### Description Introduce the following key bindings; <kbd>⌘</kbd> + <kbd>Shift</kbd> + <kbd>P</kbd> : Preview response (HTML) <kbd>⌘</kbd> + <kbd>J</kbd> : Download response <kbd>⌘</kbd> + <kbd>.</kbd> : Copy response to clipboard <!-- You can also choose to add a list of changes and if they have been completed or not by using the markdown to-do list syntax - [ ] Not Completed - [x] Completed --> ### Checks <!-- Make sure your pull request passes the CI checks and do check the following fields as needed - --> - [x] My pull request adheres to the code style of this project - [ ] My code requires changes to the documentation - [x] I have updated the documentation as required - [ ] All the tests have passed ### Additional Information <!-- Any additional information like breaking changes, dependencies added, screenshots, comparisons between new and old behavior, etc. --> - [x] Test cross-browser compatibility. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:34:32 +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#4006
No description provided.